- Connecting to Secret Network node using DataHub
- Creating account using SecretJS
- Query Secret Network
- Submitting transactions
- Using contracts
To install all required packages run:
npm install
Make 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 tokens - simplenpm run 4:advanced
- Transfer tokens - advancednpm run 5
- Create, deploy and use a Secret Contract