using node v9.10.0 (npm v5.6.0)
git clone https://github.com/andrewdamelio/token-project.git
cd token-project
nvm use
npm install
cd client
yarn install
cd token-project
node server.js
- API:
http://localhost:8080/
cd token-project/client
yarn start
- Client:
http://localhost:3000/
You can navigate to the token selecion screen
http://localhost:3000
or directly to a token address
http://localhost:3000/0x1985365e9f78359a9b6ad760e32412f4a445e862
cd token-project
npm run test