The capstone will build upon the knowledge you have gained in the course in order to build a decentralized housing product.
Testing was carried out using
- Truffle v5.1.51
- Node v12.19.0
Using commands:
ganache-cli(In different terminal)
cd eth-contracts
truffle test .\test\TestERC721Mintable.js
truffle test .\test\TestSquareVerifier.js
truffle test .\test\TestSolnSquareVerifier.js
Contracts has been published on Rinkeby network
Addresses:
- Verifier - 0xe48dFE988917daF5a04e342169dce1168Cd8c6A4
- ERC721MintableComplete - 0xB450105a32c8dEc4308814378235003739AF994a
Abi stored here