- Connecting to Celo Network node using DataHub
- Creating your first Celo account
- Query the Celo Network
- Submitting transactions
- Deploying and interacting with custom smart contract
Make sure that your Node version is >10.x
To install all required packages run:
npm installMake sure to copy .env.example file to .env file and update its contents.
.env.example is mainnet config, to test locally copy .env.local.example, and for testnet copy .env.testnet.example
npm run 1- Connecting to node tutorialnpm run 2- Creating account tutorialnpm run 3- Query node tutorialnpm run 4:transfer- Transfer tokensnpm run 4:exchange- Exchange tokensnpm run 5:deploy- Deploy smart contractnpm run 5:interact- Interact with smart contrac