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
- Host: GitHub
- URL: https://github.com/nethereum/nethereum.blockchainprocessing
- Owner: Nethereum
- Created: 2018-10-18T09:44:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T08:43:11.000Z (over 6 years ago)
- Last Synced: 2025-04-28T08:48:47.490Z (11 months ago)
- Language: C#
- Size: 1.75 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.