go-chronos

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT

README

Contributors Forks Stargazers Issues MIT License


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

  1. Clone the repo
    git clone https://github.com/Chain-Lab/go-chronos.git
    
  2. 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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL