New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

decredjs-lib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decredjs-lib

A pure and powerful JavaScript Decred library.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

DecredJS (decredjs-lib)

Warning: Project under development, please do not use in a production environment.

A pure and powerful JavaScript Decred library.

Principles

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

Get Started

For nodejs:

npm install decredjs-lib

For browser please download decredjs-lib.min.js and see the demo

Examples

Development & Tests

git clone https://github.com/decredjs/decredjs-lib
cd decredjs-lib
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.

Building the Browser Bundle

To build a decredjs-lib full bundle for the browser:

gulp browser

This will generate files named decredjs-lib.js and decredjs-lib.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/decredjs/decredjs-lib/commit/ef6f5e955b19d67d7eab89b9a0e360a11db63ca1 for v0.0.2).

To verify signatures, use the following PGP keys:

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.

License

Code released under the MIT license.

Keywords

decred

FAQs

Package last updated on 18 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts