Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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