This is a pet project built on Laravel and Ethereum to understand the basic of decentralized application. I wrote a tutorial on this here
MetaMask
Truffle
Ganache
web3.js
This contain two folders.
- Smart Contract
- 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.
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.