lbc

command module
v0.0.0-...-f35c528 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

README

lbc

Experimental blockchain for social cooperation implementation built on Tendermint and BadgerDB.

Building

This project uses Go modules. Ensure Go 1.24 or newer is installed and run:

go build ./...

Usage

The binary exposes several flags. To generate configuration files and keys for a new node run:

go run . init genesis

For joining an existing network use init join instead:

go run . init join <path to genesis.json>

Once configured you can start the node with:

go run .

To verify Yggdrasil connectivity without starting Tendermint you can run:

go run . testYggdrasil

See --help for a full list of available options.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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