Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/substreams-antelope-block-index
Substreams Antelope Block Index
https://github.com/pinax-network/substreams-antelope-block-index
Last synced: about 2 months ago
JSON representation
Substreams Antelope Block Index
- Host: GitHub
- URL: https://github.com/pinax-network/substreams-antelope-block-index
- Owner: pinax-network
- License: mit
- Created: 2024-06-05T14:50:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T19:29:41.000Z (7 months ago)
- Last Synced: 2024-06-06T21:48:04.638Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antelope Block Index
> Antelope Block Index for transaction traces, actions & database operations.
## Quickstart
```
$ gh repo clone pinax-network/substreams-antelope-block-index
$ cd substreams-antelope-block-index
$ make
$ make gui
```## Releases
- https://github.com/pinax-network/substreams-antelope-block-index/releases
## Key Formats
| Key | Description |
| --- | ----------- |
| `receiver=receiver` | `receiver` is the account name of the receiver of the action. |
| `action=account::name` | `account` is the account name of the contract that published the action. `name` is the name of the action. |
| `authorization=actor@permission` | `actor` is the account name of the actor. `permission` is the permission level of the actor. |
| `db_op=code::table_name` | `code` is the account name of the contract that published the database operation. `table_name` is the name of the table. |### Mermaid Graph
```mermaid
graph TD;
sf.antelope.type.v1.Block[source: sf.antelope.type.v1.Block] --> block_index;
```### Modules
```yaml
Package name: antelope_common
Version: v0.1.0
Doc: Antelope Block Index for transaction traces, actions & database operations.
Modules:
----
Name: block_index
Initial block: 0
Kind: index
Input: source: sf.antelope.type.v1.Block
Output Type: proto:sf.substreams.index.v1.Keys
Hash: efcae5cf0c0a7b9eb5ddb1eea458e40a84e44731
```