Own blockchain implementation
- Setup the development environment.
- Go through the documentation to get familiar with the concepts, especially the architecture and coding conventions.
- Clone the repository and build it:
$ git clone https://github.com/OwnMarket/OwnBlockchain.git OwnBlockchain $ cd OwnBlockchain/Source $ dotnet build
If you're interested in integrating Own blockchain into your system, please follow the External System Integration document.
Cryptography code needed to work with Own blockchain private/public keys, as well as to compose and sign transactions, is implemented for five major software development platforms: