https://github.com/ltfschoen/analogtest
Analog One incentivised testnet quest tasks
https://github.com/ltfschoen/analogtest
analog analog-one blockchain graphiql testnet
Last synced: 6 months ago
JSON representation
Analog One incentivised testnet quest tasks
- Host: GitHub
- URL: https://github.com/ltfschoen/analogtest
- Owner: ltfschoen
- License: lgpl-3.0
- Created: 2024-04-19T00:03:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-20T00:18:15.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:21:48.491Z (7 months ago)
- Topics: analog, analog-one, blockchain, graphiql, testnet
- Language: TypeScript
- Homepage: https://testnet.analog.one/#/?signup&referral=CYXJDY
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analog One Incentivized Testnet
[Sign-up to Analog incentivized testnet using referral: CYXJDY](https://testnet.analog.one/#/?signup&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
* https://github.com/Analog-Labs/testnet_issue_tracker/issues
# Resources
* Quests https://testnet.analog.one/#/quests
* Testnet https://watch.testnet.analog.one/#/
* Analog Watch Quickstart https://docs.analog.one/documentation/developers/analog-watch/quickstart
* Smart contract address https://watch.testnet.analog.one/ to explore all the listed smart contracts.
* Listing smart contracts "Listing Smart Contracts." https://docs.analog.one/documentation/developers/analog-watch/developers-guide/listing-smart-contracts#how-to-list-a-smart-contract
* GraphiQL - https://timegraph.testnet.analog.one/
* https://graphql.org/learn/queries/#mutations
* https://graphql.org/learn/schema/
* Setup
* https://blog.logrocket.com/how-to-set-up-node-typescript-express/