Project 5: Star Notary Decentralised App

Project consists of two parts:

  • Ethereum ERC-721 Token Contract written using Truffle v5.0.5 and OpenZepplin v2.1.2. Deployed on Rinkeby.

  • Simple frontend app, that allows users to create and look up a star by its ID.

Contract Specification:

Configuration

To deploy the contract on Rinkeby a file .secret is required in the main project directory. It should contain metamask mnemonic in the first line ending with ";". Next line should contain Rinkeby API Key from Infura.io.