This commit is contained in:
Gregory Bednov 2025-07-12 12:12:23 +03:00
commit f7da9759cd
2 changed files with 3 additions and 13 deletions

View file

@ -1,10 +1,6 @@
# lbc # lbc
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> d8e9608 (Fix key parsing and update docs)
Experimental blockchain implementation built on Tendermint and BadgerDB. Experimental blockchain for social cooperation implementation built on Tendermint and BadgerDB.
## Building ## Building
@ -20,7 +16,7 @@ The binary exposes several flags. To generate configuration files and keys for a
new node run: new node run:
```bash ```bash
go run . --init --mode genesis go run . init --mode genesis
``` ```
For joining an existing network use `--mode join` instead. Once configured you For joining an existing network use `--mode join` instead. Once configured you
@ -31,9 +27,3 @@ go run .
``` ```
See `--help` for a full list of available options. See `--help` for a full list of available options.
<<<<<<< HEAD
=======
blockchain for social cooperation
>>>>>>> 1e4be97 (Initial commit)
=======
>>>>>>> d8e9608 (Fix key parsing and update docs)

View file

@ -1,4 +1,4 @@
package autoPeering package autopeering
import ( import (
"context" "context"