Chain events tracker and indexer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Mohamed Sohail a291512d95
feat: add timestamp and txType to event payload
* closes #39
2 months ago
.github fix: missing janitor count report 3 months ago
cmd/service major refactor: bootstrap from registry map and token index (see notes) 2 months ago
dev devops: rename docker-compose file 2 months ago
docs docs: update README 3 months ago
internal feat: add timestamp and txType to event payload 2 months ago
migrations docs: add functionality, and usage 5 months ago
pkg fix: switch back to ioutil + unmarshal JSON 3 months ago
.deepsource.toml add: ci integration 5 months ago
.dockerignore major refactor: sig ch, remove conf settings, jetstream pub, ci 3 months ago
.env.example fix: add checksum address to event, use stdlib json, load addresses from ko 3 months ago
.gitignore dev: add profiler 5 months ago
.goreleaser.yaml major refactor: sig ch, remove conf settings, jetstream pub, ci 3 months ago
Dockerfile major refactor: sig ch, remove conf settings, jetstream pub, ci 3 months ago
LICENSE release: v0.1.0-alpha 5 months ago
Makefile major refactor: sig ch, remove conf settings, jetstream pub, ci 3 months ago
README.md docs: fix badge 3 months ago
config.toml feat: add retryable head subscription wrapper 2 months ago
go.mod build(deps): bump github.com/nats-io/nats.go from 1.24.0 to 1.25.0 (#34) 2 months ago
go.sum build(deps): bump github.com/nats-io/nats.go from 1.24.0 to 1.25.0 (#34) 2 months ago
queries.sql release: v0.1.0-alpha 5 months ago

README.md

cic-chain-events

GitHub release (latest by date) GitHub Workflow Status Go Report Card

CIC Chain Events

Filters live (and past) transactions on Celo and emits relevant events to a NATS JetStream sink for further processing/indexing.

Documentation

License

AGPL-3.0.