clamcore

0.13.3 • Public • Published

Clamcore

NPM Package Build Status Coverage Status

A pure and powerful JavaScript CLAM library.

Principles

CLAM is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the CLAM network allows for highly resilient clam infrastructure, and the developer community needs reliable, open-source tools to implement clam apps and services.

Get Started

npm install clamcore

Using it in Node.js:

var clamcore = require('clamcore');
 
assert(clamcore.Address.isValid('x9QZFeNUwhUprwp7owRZQDuYEYENKzfr8A'));
var simpleTx = new clamcore.Transaction();
var simpleTx.from(unspent).to(address, amount);
simpleTx.sign(privateKey);

Examples

Modules

This module provides clam's core features. Other features and protocol extensions are built into separate modules. Here is a list of official clamcore modules:

Module Version Building Coverage
clamcore-payment-protocol NPM Package Build Status Coverage Status
clamcore-p2p NPM Package Build Status Coverage Status
clamcore-mnemonic NPM Package Build Status Coverage Status
clamcore-ecies NPM Package Build Status Coverage Status
clamcore-channel NPM Package Build Status Coverage Status
clamcore-explorers NPM Package Build Status Coverage Status
clamcore-message NPM Package Build Status Coverage Status

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.

Building the Browser Bundle

To build clamcore full bundle for the browser:

gulp browser

This will generate files named clamcore.js and clamcore.min.js.

You can also use our pre-generated files, provided for each release along with a PGP signature by one of the project's maintainers. To get them, checkout a release commit (for example, https://github.com/daxxog/clamcore/commit/e33b6e3ba6a1e5830a079e02d949fce69ea33546 for v0.12.6).

To verify signatures, use the following PGP keys:

Development & Tests

git clone https://github.com/bitpay/bitcore
cd bitcore
npm install

Run all the tests:

gulp test

You can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browser or create a test coverage report (you can open coverage/lcov-report/index.html to visualize it) with gulp coverage.

License

Code released under the MIT license.

Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

Package Sidebar

Install

npm i clamcore

Weekly Downloads

2

Version

0.13.3

License

MIT

Last publish

Collaborators

  • daxxog