HankBreck / archive

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 96.2%Language:Makefile 1.8%Language:Shell 1.1%Language:Dockerfile 0.9%