diff options
author | John C. Vernaleo <john@netpurgatory.com> | 2016-11-08 08:39:53 -0500 |
---|---|---|
committer | John C. Vernaleo <john@netpurgatory.com> | 2016-11-08 08:39:53 -0500 |
commit | 021e7e8a8ca8be415b3bdfdc8102aec46fd27ed1 (patch) | |
tree | 5b9446ebf895a58474ab81d21e3d9f49deb5a887 /README.md | |
parent | Merge pull request #611 from jaredfolkins/master (diff) | |
download | dedo-021e7e8a8ca8be415b3bdfdc8102aec46fd27ed1.tar.gz dedo-021e7e8a8ca8be415b3bdfdc8102aec46fd27ed1.tar.xz |
Add btcwallet and dcrwallet to projects using bolt.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 in Go. +* [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency in Go. If you are using Bolt in a project please send a pull request to add it to the list. |