Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.58 KB

File metadata and controls

34 lines (27 loc) · 1.58 KB

Udacity Blockchain Capstone

The capstone will build upon the knowledge you have gained in the course in order to build a decentralized housing product.

Rinkby deployment

  1. Contracts deployed on rinkeby
  2. all tokens are minted using different proofs one of them is given in the repository
  3. OpenSea marketplace has been setup for deployed contract & can be viewed at
  4. 3 properties are listed to opensea
  5. Abis
    • SquareVerifier : here
    • SolnSquareVerifier: here

Test

To run truffle tests:

truffle test

Project Resources