plugeth/ethdb
2015-07-23 12:57:33 +02:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
database_test.go Merge pull request #1510 from fjl/license-fixes 2015-07-23 01:43:11 -07:00
database.go ethdb, trie: removed RLE compression 2015-07-23 12:57:33 +02:00
memory_database.go all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
README.md The great merge 2014-02-14 23:56:09 +01:00

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)