- Run
npm install
at the root directory - Create a
.env.development
with this variables.
REACT_APP_WC_PROJECT_ID=WALLET-CONNECT-ID
GENERATE_SOURCEMAP=false
REACT_APP_GRAPHQL_GATEWAY_BASE_URL=https://gateway.staging.cedalio.io
REACT_APP_NET_SCAN_BASE=https://mumbai.polygonscan.com/address/ (or your selected network scan)
- Then run:
npm start
- Note that we are using our gateway to deploy and interact with the blockchain with graphql
To learn more about Cedalio, take a look at the following resources:
-
Cedalio - learn about Cedalio Features and Roadmap.
-
Cedalio Docs - learn about Cedalio Architecture and CLI.