You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elimination of middlemen: The elimination of middlemen or brokers makes the process of land registration less expensive. Brokers who try to defraud uninformed people will be unable to do so any longer. Brokers frequently take a long time to finish procedures, thus our project will help people save time.
A distributed tamper-proof ledger that prohibits ownership fraud.
IPFS is used to store important property registration papers in a secure manner.
Open foundry and keep it running in the Background
Install the Metamask chrome extension, choose the local network and import the accounts
Compile and run our migrations from the command line as shown below:
6 .Copy contract address as seen in the image below and paste in variable contractAddress located in the file ./lib/constant/constant.dart
2_deploy_migration.js
=====================
Replacing 'Land'
----------------
> transaction hash: 0x427b2b402f767ac6a90334ab3c687b086b274de747fe10d6e194743b15057d78
> Blocks: 0 Seconds: 0
>contract address: 0xed690C24C60A48F8A9819c9A15AD75B70CFBEa5a
> block number: 3
> block timestamp: 1650602828
> account: 0x33e94e4619f0AecDf81e9676Eb82c109FBa53356
> balance: 99.9154895
> gas used: 3996227
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.07992454 ETH
In constant.dart file, change the value of the variable chainId to '1337' and change the value of the variable rpcUrl to "http://127.0.0.1:7545"
Run the flutter web app
flutter pub get
flutter run -d web-server --web-port 5555