Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```