Skip to content

abdurrahmanriyad/blockchain-land-registry-with-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.