Skip to content

justmoo/StarNotary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a part of udacity's nano degree program

About this project

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

how to use it :

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

  • Truffle version : Truffle v5.0.18
  • ERC-721 Token Name : HonestToken
  • ERC-721 Token Symbol : HT
  • OpenZeppelin version : 2.1.3

About

DAPP on ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published