Skip to content

eric6356/chainlist

Repository files navigation

ChainList

This is a course project and I made several improvements.

Frontend

Re-wrote by using

Backend

  • Upgrade to the latest Truffle (4.0.4)

Running

1. Start private Ethereum node by Truffle

truffle develop

2. Compile and deploy contract

inside truffle console

migrate

3. Start frontend project

yarn start

Deployment

ChainList.sol is deployed to the rinkeby network, visit my gh-pages with metamask to try it out.

Screen Shots