Skip to content

Commit

Permalink
remove sinks & refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 10, 2024
1 parent 25de0ed commit aff995f
Show file tree
Hide file tree
Showing 24 changed files with 326 additions and 1,457 deletions.
164 changes: 18 additions & 146 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 8 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
[package]
name = "antelope_tokens"
version = "0.0.0"
name = "substreams-antelope-tokens"
version = "1.0.0"
authors = [
"Denis <[email protected]>",
"Yaro <[email protected]>",
"Charles <[email protected]>",
"Ali <[email protected]>",
"Etienne <[email protected]>",
]
description = "Antelope tokens substreams"
license = "MIT OR Apache-2.0"
description = "Substreams for Antelope tokens"
license = "MIT"
edition = "2021"
publish = false

[badges]
maintenance = { status = "actively-developed" }

[lib]
crate-type = ["cdylib"]

[build-dependencies]
substreams-antelope = "0.6"
crate-type = ["cdylib", "rlib"]

[dependencies]
serde_json = "1"
Expand All @@ -29,7 +22,7 @@ prost = "0.13"
prost-types = "0.13"
substreams = "0.6"
substreams-antelope = "0.6"
substreams-sink-kv = "0.1.2"
substreams-database-change = "2.0.0"
substreams-entity-change = "2.0.0"
antelope = "0.2"

[build-dependencies]
substreams-antelope = "0.6"
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
### Quickstart

```bash
$ make
$ make gui
make
make gui
```

### Mermaid graph


```mermaid
graph TD;
map_events[map: map_events];
Expand Down
Loading

0 comments on commit aff995f

Please sign in to comment.