Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from litecoin-project/coblee_litecore
Browse files Browse the repository at this point in the history
Litecoin: Update readme and package
  • Loading branch information
Charlie Lee committed Sep 2, 2016
2 parents ea64aec + 0fe26fb commit 047fe81
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ report
.DS_Store


bitcore.js
bitcore.min.js
bitcore.js.sig
bitcore.min.js.sig
litecore.js
litecore.min.js
litecore.js.sig
litecore.min.js.sig
tests.js
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Bitcore v0.13
# Litecore v0.1

## 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 reliable API for JavaScript apps that need to interface with Bitcoin.
Litecoin is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Litecoin network allows for highly resilient litecoin infrastructure, and the developer community needs reliable, open-source tools to implement litecoin apps and services. Bitcore provides a reliable API for JavaScript apps that need to interface with Litecoin.

To get started, just `npm install bitcore` or `bower install bitcore`.

Expand All @@ -17,10 +17,10 @@ To get started, just `npm install bitcore` or `bower install bitcore`.

## Payment Handling
* [Using Different Units](unit.md)
* [Acknowledging and Requesting Payments: Bitcoin URIs](uri.md)
* [Acknowledging and Requesting Payments: Litecoin URIs](uri.md)
* [The Transaction Class](transaction.md)

## Bitcoin Internals
## Litecoin Internals
* [Scripts](script.md)
* [Block](block.md)

Expand All @@ -42,9 +42,9 @@ Some functionality is implemented as a module that can be installed separately:
* [Mnemonics](https://github.com/bitpay/bitcore-mnemonic)
* [Elliptical Curve Integrated Encryption Scheme](https://github.com/bitpay/bitcore-ecies)
* [Blockchain Explorers](https://github.com/bitpay/bitcore-explorers)
* [Signed Messages](https://github.com/bitpay/bitcore-message)
* [Signed Messages](https://github.com/litecoin-project/litecore-message)

# Examples
# Examples

## Create and Save a Private Key

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


var bitcoreTasks = require('bitcore-build');
var bitcoreTasks = require('litecore-build');

bitcoreTasks('lib');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"lodash": "=3.10.1"
},
"devDependencies": {
"bitcore-build": "bitpay/bitcore-build",
"litecore-build": "litecoin-project/litecore-build",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
Expand Down

0 comments on commit 047fe81

Please sign in to comment.