Skip to content

commercionetwork/commercionetwork

Repository files navigation

Commercio.network - The Documents Blockchain

GitHub release CircleCI codecov Go Report Card GitHub code size in bytes GitHub

Commercio.network, as known as The Documents Blockchain is the easiest way for companies to manage their business documents using the blockchain technology.

Our ultimate goal is not just to share documents, but to create a network of trusted organizations.

References

Version

Current Software Version is v5.1.0

Current Chain Version is commercio-3

Quick Start

To compile our software (Debian/Ubuntu SO)

apt update && apt upgrade -y
apt install -y git gcc make unzip
snap install --classic go


echo 'export GOPATH="$HOME/go"' >> ~/.profile
echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.profile
echo 'export PATH="$PATH:/snap/bin"' >> ~/.profile

source ~/.profile

git remote clone https://github.com/commercionetwork/commercionetwork.git
git checkout tags/v5.1.0
go mod verify
make install

You can verify your installation with

commercionetworkd version