January 2020
Intermediate to advanced
530 pages
11h 11m
English
Let's start building our React app:
npx create-react-app tokenwallet
{ "name": "tokenwallet", "version": "1.0.0", "dependencies": { "bulma-start": "0.0.2", "react": "^16.4.2", "react-dom": "^16.4.2", "react-scripts": "1.1.4", "web3": "^1.2.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }
npm install
Read now
Unlock full access