Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/substreams-antelope-tokens
Antelope Tokens substream
https://github.com/pinax-network/substreams-antelope-tokens
Last synced: 21 days ago
JSON representation
Antelope Tokens substream
- Host: GitHub
- URL: https://github.com/pinax-network/substreams-antelope-tokens
- Owner: pinax-network
- License: mit
- Created: 2023-12-10T10:52:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T12:47:26.000Z (2 months ago)
- Last Synced: 2024-11-23T13:35:19.670Z (2 months ago)
- Language: Rust
- Size: 149 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antelope `eosio.token` Substream
> Antelope `eosio.token` tokens
## Tables
- `transfers`
- `creates`
- `issues`
- `retires`
- `supply_changes`
- `balance_changes`### [Latest Releases](https://github.com/pinax-network/substreams-antelope-tokens/releases)
### Quickstart
```bash
make
make gui
```### Mermaid graph
```mermaid
graph TD;
map_events[map: map_events];
sf.substreams.v1.Clock[source: sf.substreams.v1.Clock] --> map_events;
sf.antelope.type.v1.Block[source: sf.antelope.type.v1.Block] --> map_events;
```### Modules
```yaml
Name: map_events
Initial block: 0
Kind: map
Input: source: sf.substreams.v1.Clock
Input: source: sf.antelope.type.v1.Block
Output Type: proto:antelope.eosio.token.v1.Events
Hash: 84951f7ebf3e55a9e1c3a75f095f6a8ba95175b1
```