quorum/ethdb
obscuren c0fcefa3a0 Added a GetKeys method to support multiple accounts 2014-02-28 12:18:41 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
README.md The great merge 2014-02-14 23:56:09 +01:00
database.go leveldb API changed for NewIterator. Fixes #20 2014-02-28 10:36:06 +01:00
database_test.go The great merge 2014-02-14 23:56:09 +01:00
memory_database.go Added a GetKeys method to support multiple accounts 2014-02-28 12:18:41 +01:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)