Skip to content

ltfschoen/AnalogTest

Repository files navigation

Analog One Incentivized Testnet

Sign-up to Analog incentivized testnet using referral: CYXJDY

  • Install latest Node.js LTS version using NVM
npm install -g yarn
nvm use
  • Install dependencies
yarn install
  • Copy the template and add environment variables including your Analog Substrate-based address and seed. Add the SESSION_KEY generated from later running node ./dist/generate-ssk.js or from downloading a session key and generating "API Keys" section of your Profile at https://watch.testnet.analog.one/#/profile
cp .env-example .env
  • Build
yarn run build
  • Run code
# generate api keys
node ./dist/generate-ssk.js
node ./dist/user-data.js
node ./dist/fund-view.js
node ./dist/list-smart-contract.js
node ./dist/query-data.js

Issues

Resources