Home

Awesome

NBlockchain

NBlockchain is a .NET standard library for building blockchain applications.

This project is currently in alpha status and any contributions are welcome.

The idea is that the developer would only need to focus on the data and rules for a blockchain and not worry about having to build all the infrastructure to facilitate a blockchain.

The developer would need to

Beyond this, it is meant to be highly customizable, you can switch out the default services for

Installation

Using Nuget package console

PM> Install-Package NBlockchain -Version 0.5.0-alpha

Using .NET CLI

dotnet add package NBlockchain --version 0.5.0-alpha

Samples

Local database stores

Networking implementations

Peer discovery implementations

Key features

Documentation

https://github.com/danielgerlag/NBlockchain/tree/master/doc

Outstanding items for v1

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details