This repo show an example of implementation of the web3Charting server that I implemented at https://github.com/Linch1/Web3TokenCharting
- This demo is made with react-scripts so just
- Install the repo
- Install https://github.com/Linch1/Web3TokenCharting
- Follow the steps for run the server
Web3TokenCharting
in it's read.me - run
npm i
- Specify the url of the
Web3TokenCharting
server (Default:http://localhost:5006
) inside the.env
propertyREACT_APP_CHART_SERVER_URL
- run
npm start