thefabric-io / elrond-transaction-processor

Transaction processor for the Elrond Blockchain

Home Page:https://thefabric.io

Repository from Github https://github.comthefabric-io/elrond-transaction-processorRepository from Github https://github.comthefabric-io/elrond-transaction-processor

Elrond Ledger Transactions Processor

Elrond Ledger Transactions Processor processes transactions block by block on the Elrond ledger.

This codebase is inspired from https://github.com/ElrondNetwork/transaction-processor using a golang implementation.

WIP

Implementation

  • End to end shard transactions processor
  • End to end crossed shard transactions processor
  • Persist full state of processor in redis-example incl. cross shard transaction dictionary
  • Unit tests
  • Implement concurrent shard processing (to take advantage of parallelism for multiple processor machines)

Documentation

  • Usage section
  • Codebase documentation
  • Describe usecase with ticker for real-time watcher

About

Transaction processor for the Elrond Blockchain

https://thefabric.io

License:MIT License


Languages

Language:Go 100.0%