noncommercial blockchain
| .github/workflows | ||
| abciapp | ||
| autopeering | ||
| cli | ||
| configfunctions | ||
| persistentpeersparser | ||
| yggdrasil | ||
| .gitattributes | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
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 --mode genesis
For joining an existing network use --mode join instead. Once configured you
can start the node with:
go run .
See --help for a full list of available options.