dangershony / blockcore-nodes

Reference implementations of Blockcore based blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockcore Reference Nodes

Reference implementations of Blockcore based blockchains.

This software is provided without any support, use at your own risk.

Available for these blockchains

Download

Go to the [release] page to find the packaged nodes for various chains. Separate downloads for Windows, Linux and macOS is available.

Docker

All our Blockcore Reference Nodes is published to our Docker Hub.

It is super easy to spin up a new instance of any of the nodes, they all follow the same syntax (name and version).

We advice on using specific version when using docker, like our example below.

Run the Blockcore Reference Node for XDS blockchain in interactive mode:

docker run blockcore/node-xds:1.0.4

To spin up a docker container instance in the background, apply the "-d" tag.

Run the Blockcore Reference Node for City Chain blockchain in background:

docker run blockcore/node-city:1.0.4

Support and compatibility

These are all unofficial reference node software. They are not supported in any way.

The software can be incompatible with the blockchain they are built for.

You run the risk of getting your IP address banned on the blockchain if you run node software that violated the blockchain consensus.

Please refer to the official software for individual blockchains for supported node software.

About

Reference implementations of Blockcore based blockchain

License:MIT License


Languages

Language:C# 96.1%Language:Batchfile 3.2%Language:Shell 0.6%Language:Dockerfile 0.1%