Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limone-eth/airstack-sandbox
Sandbox to experiment with Airstack
https://github.com/limone-eth/airstack-sandbox
Last synced: 24 days ago
JSON representation
Sandbox to experiment with Airstack
- Host: GitHub
- URL: https://github.com/limone-eth/airstack-sandbox
- Owner: limone-eth
- Created: 2023-11-01T12:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:50:31.000Z (about 1 year ago)
- Last Synced: 2024-12-26T14:14:59.438Z (29 days ago)
- Language: TypeScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airstack Sandbox
Node.js sandbox environment to play around with Airstack data.
In particular, this experiment is focused on recreating the OnChain-Graph use case that is performed client-side [on the Airstack Explorer](https://explorer.airstack.xyz/onchain-graph?identity=limone.eth).
## How to run
1. Copy the dotenv template `cp .env.template .env`
2. Populate `.env` with your AIRSTACK_API_KEY ([you can get one here](https://docs.airstack.xyz/airstack-docs-and-faqs/get-started/get-api-key)).
3. Install packages with your fav package manager `npm install` or `yarn install` or `bun install`
4. Build the project `npm run build`
5. Run `npm run start USER_ADDRESS_OR_ENS`. For example `npm run start limone.eth` or `npm run start vitalik.eth`