It's a DAPP built on ethereum blockchain and it allows you to :
- Create stars
- Sell and buy stars
- Exchange stars
- Transfer Stars
- Look up stars
All that with a simple frontend
requirements
- truffle
- nodejs
- metamask
1 - clone the repository
2 - cd into the repo and type truffle develop
3 - type compile --all then wait for it to compile
4 - type migrate --reset then wait for it to migrate
5 - type test and check if it passes all the premade tests
6 - open a new terminal and cd into StarNotary/app
7 - npm install then npm run dev
next go to localhost:8080 and test the functionality out
- extra step : you should configure metamask to the private network http://127.0.0.1/9545
- Truffle version : Truffle v5.0.18
- ERC-721 Token Name : HonestToken
- ERC-721 Token Symbol : HT
- OpenZeppelin version : 2.1.3