Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<a href="https://travis-ci.org/bitname-protocol/bitname-cli">
<img src="https://img.shields.io/travis/bitname-protocol/bitname-cli/master.svg?style=for-the-badge" alt="Travis" />
</a>
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fbitname-protocol%2Fbitname-cli?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbitname-protocol%2Fbitname-cli.svg?type=shield"/></a>
<a href="https://codecov.io/gh/bitname-protocol/bitname-cli">
<img src="https://img.shields.io/codecov/c/github/bitname-protocol/bitname-cli/master.svg?style=for-the-badge" alt="Codecov" />
</a>
Expand All @@ -24,6 +25,9 @@
</a>
</p>


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbitname-protocol%2Fbitname-cli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbitname-protocol%2Fbitname-cli?ref=badge_large)

## What is this?

Besides being a store of value, Bitcoin is also useful as a distributed database. By embedding certain data in this database, it becomes possible to associate public keys and human-readable names. These pairs are registered for a set length of time, after which they must be renewed or become available to others.
Expand Down Expand Up @@ -143,5 +147,4 @@ Please do not contact any contributors privately to disclose a bug. Make an issu
* bcoin for Bitcoin functionality
* BlockCypher's excellent REST API
* jest for testing
* chalk for pretty colors

* chalk for pretty colors