aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-11-09 15:02:51 -0700
committerGitHub <noreply@github.com>2016-11-09 15:02:51 -0700
commit315c65d4cf4f5278c73477a35fb1f9b08365d340 (patch)
treee70ce64fc29b86c31e61e4ad175b635a5bf187a4
parentMerge pull request #611 from jaredfolkins/master (diff)
parentMake wording a little less redundant. (diff)
downloaddedo-315c65d4cf4f5278c73477a35fb1f9b08365d340.tar.gz
dedo-315c65d4cf4f5278c73477a35fb1f9b08365d340.tar.xz
Merge pull request #621 from jcvernaleo/jcv_readme
Add btcwallet and dcrwallet to projects using bolt.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4eb3676..66f1e45 100644
--- a/README.md
+++ b/README.md
@@ -904,5 +904,7 @@ Below is a list of public, open source projects that use Bolt:
* [torrent](https://github.com/anacrolix/torrent) - Full-featured BitTorrent client package and utilities in Go. BoltDB is a storage backend in development.
* [gopherpit](https://github.com/gopherpit/gopherpit) - A web service to manage Go remote import paths with custom domains
* [bolter](https://github.com/hasit/bolter) - Command-line app for viewing BoltDB file in your terminal.
+* [btcwallet](https://github.com/btcsuite/btcwallet) - A bitcoin wallet.
+* [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency.
If you are using Bolt in a project please send a pull request to add it to the list.