Skip to content

x42-Archive/x42-BlockCore

 
 

Repository files navigation

Build Status Publish Packages Status

x42 (A blockchain for entrepreneurs)

x42-BlockCore is an implementation of the Bitcoin protocol in C# on the .NET Core platform.
Using the BlockCore project to run the blockchain module for x42.

Join our community on discord.

Getting Started Guide

More details on getting started are available here

Running a FullNode

The master branch is actively developed and regularly committed to, and it can become unstable.
To compile a stable (production) release use any of the release tags form version 3.0.x.x and upwards.

git clone https://github.com/x42protocol/X42-BlockCore.git cd X42-BlockCore\src\x42.x42D\

dotnet run

Getting Started Guide

More details on getting started are available here

Development

If you are up for some blockchain development?

Check this guides for more info:

There is a lot to do and we welcome contributions from developers and testers who want to gain some Blockchain experience.

You can find tasks on the issues tab or visit us on discord.

Testing