UNPKG

@dechains/cra-template-dapp

Version:

Create react app template with notification system, etherium wallet integration, MUI5 integration and other necessary packages required for base dApp development in REACTJS

3 lines (2 loc) 139 B
export const BASE_API_URL = process.env.REACT_APP_BASE_API_URL; export const isProduction = process.env.REACT_APP_PRODUCTION === "true";