0.9.2 • Published 2 years ago

@kryptocamp/cra-template-dapp-scaffold v0.9.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Boilerplate for Dapp

KryptoCamp React Boilerplate with Create React App

version

License MIT

Installation

Install with create-react-app

npx create-react-app@latest --template cra-template-dapp-scaffold my-awesome-app

Setting .env

Change .env.example to .env, then update with your own config

REACT_APP_CONTRACT_ADDRESS= # Replace with your contract address
REACT_APP_INFURA_ID= # Replace with your Infura ID, sign up here https://infura.io/

Start

cd my-awesome-app
npm start

License

MIT License