Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-leroux/realtoken-rmm-query
Simple query tool for RealT's RMM
https://github.com/s-leroux/realtoken-rmm-query
Last synced: about 1 month ago
JSON representation
Simple query tool for RealT's RMM
- Host: GitHub
- URL: https://github.com/s-leroux/realtoken-rmm-query
- Owner: s-leroux
- License: mit
- Created: 2024-06-26T00:53:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:19:12.000Z (6 months ago)
- Last Synced: 2024-07-10T15:43:26.239Z (6 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# realtoken-rmm-query
An attempt to read data from the RealT RMM platform
https://rmm.realtoken.network/## 1. Set up your `.env` file:
```
THEGRAPH_API_KEY=...
MY_WALLET=0x...
```## 2. Compile:
In a shell type:
```
npm run-script build-container
npm run-script shell
yarn install
yarn tsc --watch
```## 3. Run:
In another shell type:
```
npm run-script shell
yarn start
```