Browse Source

Merge pull request #847 from eordano/fix/apitolib

Change API for library
patch-2
Manuel Aráoz 10 years ago
parent
commit
41b512b7c5
  1. 4
      README.md
  2. 2
      package.json

4
README.md

@ -5,11 +5,11 @@ Bitcore
[![Build Status](https://img.shields.io/travis/bitpay/bitcore.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore)
[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore)
A pure and powerful JavaScript Bitcoin API.
A pure and powerful JavaScript Bitcoin library.
## Principles
Bitcoin is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient bitcoin infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services. Bitcore provides a powerful API to Bitcoin.
Bitcoin is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient bitcoin infrastructure, and the developer community needs reliable, open-source tools to implement bitcoin apps and services.
## Get Started

2
package.json

@ -1,7 +1,7 @@
{
"name": "bitcore",
"version": "0.8.2",
"description": "A pure and powerful JavaScript Bitcoin API.",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save