Go to file
Jae Kwon cb0176d4c7 first draft of blockpool 2015-03-22 03:30:22 -07:00
account VMAppState bridge to vm. 2015-03-20 16:59:50 -07:00
alert App -> App() 2015-03-18 23:27:26 -07:00
binary
block first draft of blockpool 2015-03-22 03:30:22 -07:00
cmd App -> App() 2015-03-18 23:27:26 -07:00
common VMAppState bridge to vm. 2015-03-20 16:59:50 -07:00
config some public convenience functions, extra debug errors on ExecTx 2015-03-21 00:11:01 -07:00
consensus use switch x := y.(type) form 2015-03-22 03:29:28 -07:00
daemon some public convenience functions, extra debug errors on ExecTx 2015-03-21 00:11:01 -07:00
db db: add Close() to db interface. closes #31 2015-03-21 01:47:23 -07:00
logger some public convenience functions, extra debug errors on ExecTx 2015-03-21 00:11:01 -07:00
mempool use switch x := y.(type) form 2015-03-22 03:29:28 -07:00
merkle rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 2015-03-21 02:45:07 -07:00
p2p Minor cleanup 2015-03-21 19:01:13 -07:00
rpc Minor cleanup 2015-03-21 19:01:13 -07:00
state state: fixes for creating a contract and msging it in the same block 2015-03-21 17:20:34 -07:00
vm Minor cleanup 2015-03-21 19:01:13 -07:00
.gitignore Ingoring OS X nonsense 2015-03-16 03:51:14 -07:00
Dockerfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
LICENSE.md
Makefile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
README.md Update README.md 2015-01-20 03:36:28 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Website | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) | Build Status

Tendermint is blockchain consensus. No proof of work.

Check out the Developer Quick Start