https://github.com/tmigone/dcl-ownermap
https://github.com/tmigone/dcl-ownermap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmigone/dcl-ownermap
- Owner: tmigone
- Created: 2022-04-28T15:27:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T15:54:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T19:59:36.191Z (7 months ago)
- Language: TypeScript
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentraland LAND owner tracker
Scripts to track LAND owners.
## scripts/subgraph
First you'll need to create an `.env` file with your Graph Studio API key, see [`.env.example`](.env.example). The API key must have a GRT balance (less than 1 GRT is used per run). Then run:
```bash
yarn install
yarn graphclient build
yarn ts-node scripts/subgraph.ts
```You'll find the results in the `data` folder.