ltfschoen / AnalogTest

Analog One incentivised testnet quest tasks

Home Page:https://testnet.analog.one/#/?signup&referral=CYXJDY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Analog One incentivised testnet quest tasks

https://testnet.analog.one/#/?signup&referral=CYXJDY

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 100.0%