DEV Community

Discussion on: Blockchain in practice with Land Registry System in Laravel

Collapse
 
agilulfo1820 profile image
Dan Rusnac

Hi, I'm looking at your code but don't see where are you using the ABI and how you are using Laravel to interact with the smart contract (eg: taking the new data)

Collapse
 
abdurrahmanriyad profile image
Abdur Rahman

Please refer to js files in the public/js folder.
The following is responsible for communicating with ABI and Laravel view file to do the mentioned functionalities.

github.com/abdurrahmanriyad/blockc...