All hashes and addresses are placed at Rinkeby Network
To run the frontend code, after installing the npm packages run:
node app.js
This will open the code on port 8080
On the frontend client application, you can create a star, put it for sale and see the current stars for sale. PS: Do not forget to point Metamask to the Rinkeby network.
With the server running, go to /star/:starID
to get a json response of star info.
To run the tests, you should npm test
at the smart_contracts
path.
You should have a ganache-cli running and points the config truffle.js file to it.