
Go-Chronos (provisional)
A PoVF-base blockchain node implemented with Go-lang
About The Project
Chronos is a blockchain node based on Proof of Verifiable Function (PoVF). Based on the unpredictability of verifiable
functions, PoVF provides a fair and decentralized consensus mechanism.
Getting Started
Build & Run node
- Clone the repo
git clone https://github.com/Chain-Lab/go-chronos.git
- Build node
cd ./cmd/chronos
go build
3.1. Run a genesis chronos node
./chronos -d [data_path] -g -c [config_path]
3.2. Run general node
./chronos -d [data_path] -c [config_path] -b [bootstrap_url]
License
Distributed under the MIT License. See LICENSE.txt
for more information.
(back to top)