AlexMasmej / Rocket

ERC721 Bank to store your tokens safely

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket "Genesis"

truffle

install

terminal 1

  • npm install
  • npm run network or use Ganache GUI

terminal 2

  • npm run migrate

Web client

install

  • cd client && npm install

start

terminal 3

  • npm start

Testing

terminal 1

ganache-cli

terminal 2

npm install
truffle test

About

ERC721 Bank to store your tokens safely


Languages

Language:TypeScript 78.2%Language:JavaScript 21.8%