@anonymousbitcoin/anoncore-lib

0.15.7 • Public • Published

Anoncore Library

A pure and powerful JavaScript Anon library.

THIS LIBRARY IS A WORK-IN-PROGRESS

Get Started

NodeJS

npm install @anonymousbitcoin/anoncore-lib

Docs

Examples

Some examples can be found here, below is a list of direct links for some of them.

Modules

Some functionality is implemented as a module that can be installed separately:

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 a anoncore-lib full bundle for the browser:

npm run build

This will generate files named anoncore-lib.js and anoncore-lib.min.js in the dist/ folder.

Usage on Browser

<script src='./dist/anoncore-lib.min.js' type="text/javascript"></script>
<script>
  const PrivateKey = anoncore.PrivateKey;
  const privateKey = new PrivateKey();
  const address = privateKey.toAddress().toString();
</script>

Development & Tests

git clone https://github.com/anonymousbitcoin/dashcore-lib
cd dashcore-lib
npm install

Run all the tests:

npm test

You can also run just the Node.js tests with npm run test:node, just the browser tests with npm run test:browser or run a test coverage report with npm run coverage.

License

Code released under the MIT license.

Copyright 2013-2017 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2016-2017 The Dash Foundation, Inc.
Copyright 2017-2018 Dash Core Group, Inc.
Copyright 2018 The ANON developers

Package Sidebar

Install

npm i @anonymousbitcoin/anoncore-lib

Weekly Downloads

15

Version

0.15.7

License

MIT

Unpacked Size

5.88 MB

Total Files

149

Last publish

Collaborators

  • anonymousbitcoin