/archive

This is a POC implementation of the ARC-H1VE blockchain.

Primary LanguageGo

archive

archive is a blockchain built using Cosmos SDK and Tendermint.

To learn more about how archive works, check out the docs.

Get started

Run a local node

Build the local archive Docker container:

make localnet-init

Start the local archive Docker container:

make localnet-start

Run the tests

make test

Build reproducible binary

make build-reproducible