Run
yarn install
to install dependencies.
- Rename the
.env.dist
file to.env
. - Replace variables in the
.env
file with your variables.REACT_APP_TESTNET_GENESIS_BLOCK_HASH
replace this with yourTestnet Genesis Block Hash
REACT_APP_TESTNET_JSON_RPC_URL
replace this with yourTestnet JSON-RPC URL
REACT_APP_TESTNET_CCD_SCAN_BASE_URL
replace this with yourTestnet CCD Scan Base URL
REACT_APP_MAINNET_GENESIS_BLOCK_HASH
replace this with yourMainnet Genesis Block Hash
REACT_APP_MAINNET_JSON_RPC_URL
replace this with yourMainnet JSON-RPC URL
REACT_APP_MAINNET_CCD_SCAN_BASE_URL
replace this with yourMainnet CCD Scan Base URL
REACT_APP_WALLET_CONNECT_PROJECT_ID
replace this with yourWalletConnect Project ID
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Get a full build and install it in your favorite web server.