mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-21 22:56:22 +00:00
Update README
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL.
|
||||
MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system.
|
||||
For my true peers, my publishing this code is good enough.
|
||||
@@ -3,8 +3,6 @@
|
||||
[**Forum**] (http://forum.tendermint.com) **|**
|
||||
[**IRC**] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint)
|
||||
|
||||
**NOTICE** A ton of the non-consensus logic is being refactored in prepration for the testnet which will be available around the end of this year 2014. Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL. MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system. For my true peers, my publishing this code is good enough.
|
||||
|
||||
Tendermint in Golang
|
||||
|
||||
Tendermint is a completely decentralized byzantine consensus protocol suitable for use in cryptocurrencies.
|
||||
@@ -29,13 +27,13 @@ This project is a reference implementation of the protocol.
|
||||
[](https://drone.io/github.com/tendermint/tendermint/latest)
|
||||
|
||||
```
|
||||
go get github.com/tendermint/tendermint/...
|
||||
go build -o tendermint github.com/tendermint/tendermint/cmd
|
||||
make get_deps
|
||||
make
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
`./tendermint daemon`
|
||||
`./tendermint daemon --help`
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user