patch
This commit is contained in:
parent
9947861ff8
commit
f7da9759cd
2 changed files with 3 additions and 13 deletions
14
README.md
14
README.md
|
|
@ -1,10 +1,6 @@
|
|||
# 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
|
||||
|
||||
|
|
@ -20,7 +16,7 @@ The binary exposes several flags. To generate configuration files and keys for a
|
|||
new node run:
|
||||
|
||||
```bash
|
||||
go run . --init --mode genesis
|
||||
go run . init --mode genesis
|
||||
```
|
||||
|
||||
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.
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
blockchain for social cooperation
|
||||
>>>>>>> 1e4be97 (Initial commit)
|
||||
=======
|
||||
>>>>>>> d8e9608 (Fix key parsing and update docs)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package autoPeering
|
||||
package autopeering
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue