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

https://github.com/nethereum/nethereum.blockchainprocessing

Blockchain core processing library
https://github.com/nethereum/nethereum.blockchainprocessing

Last synced: 10 months ago
JSON representation

Blockchain core processing library

Awesome Lists containing this project

README

          

# Nethereum.BlockchainProcessing

## Summary

Most of the processing code has moved into the Nethereum core repo (Aug 2019), so it will be accessible from the Nethereum.Web3 nuget.
https://github.com/Nethereum/Nethereum/tree/master/src/Nethereum.BlockchainProcessing

The storage adapters have moved to the Nethereum.BlockchainStorage repo (July 2019) (where possible we have retained the history).
https://github.com/Nethereum/Nethereum.BlockchainStorage/

What remains here are samples for blockchain processing and some experimental projects.