v1.0.0-beta
This commit is contained in:
parent
b3645a8c4f
commit
b75400d583
@ -3,9 +3,9 @@
|
|||||||
**Bcoin** is an alternative implementation of the bitcoin protocol, written in
|
**Bcoin** is an alternative implementation of the bitcoin protocol, written in
|
||||||
node.js.
|
node.js.
|
||||||
|
|
||||||
Although still in an alpha/beta state, bcoin is well tested and aware of all
|
Although still in a beta state, bcoin is well tested and aware of all known
|
||||||
known consensus rules. It is currently used in production as the consensus
|
consensus rules. It is currently used in production as the consensus backend
|
||||||
backend and wallet system for [purse.io][purse].
|
and wallet system for [purse.io][purse].
|
||||||
|
|
||||||
## Uses
|
## Uses
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-alpha",
|
"version": "1.0.0-beta",
|
||||||
"description": "Bitcoin bike-shed",
|
"description": "Bitcoin bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user