abdurrahmanriyad / blockchain-land-registry-with-laravel

A blockchain-based land registry system with Laravel and Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain Land Registry with Laravel

This is a pet project built on Laravel and Ethereum to understand the basic of decentralized application. I wrote a tutorial on this here

Necessary Links

MetaMask
Truffle
Ganache
web3.js

Usage

This contain two folders.

  1. Smart Contract
  2. Larvel Application

The "Smart Contract" folder contains the smart contract for the application.

The "Larvel Application" folder contains the source code for the web application that has user interfaces to register and show register lands. Laravel application uses ABI file to use smart contract functions.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A blockchain-based land registry system with Laravel and Ethereum

License:MIT License


Languages

Language:PHP 69.6%Language:Blade 19.1%Language:HTML 5.9%Language:JavaScript 3.3%Language:Solidity 1.1%Language:Shell 0.6%Language:Vue 0.4%