This web service will provide you some functions to create contracts to your users and deploy it on the public Rinkeby network. You will create a new star, search for a star info, put a star for sale, buy a star, exchange stars between two users, and transfer a star to another user. Also, the project includes 8 unit tests to test the Star Notary Smart Contract.
The ERC-721 name is "Nora Token", which is the name of the developer, and the token symbol is "NT". Token Address of Rinkeby Network: "0xde243377ad7fdd819356ad3d87cdc82abeb19dc7"
Open a command prompt or shell terminal after install node.js, Then execute the following command:
npm install
truffle develop
compile
test
migrate --reset
migrate --reset --network rinkeby
open another terminal window and go inside the project directory, and run:
cd app
npm run dev