@dashevo/dashcore-lib
Version:
A pure and powerful JavaScript Dash library.
35 lines (21 loc) • 1.46 kB
Markdown
## Dashcore-lib
[](https://www.npmjs.com/package/@dashevo/dashcore-lib)
[](https://github.com/dashevo/dashcore-lib/actions/workflows/test_and_release.yml)
[](https://github.com/dashevo/dashcore-lib/releases/latest)
[](https://github.com/RichardLitt/standard-readme)
A pure and powerful JavaScript Dash library.
Dash is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Dash network allows for highly resilient Dash infrastructure, and the developer community needs reliable, open-source tools to implement Dash apps and services.
### Install
### ES5/ES6 via NPM
In order to use this library in Node, you will need to add it to your project as a dependency.
Having [NodeJS](https://nodejs.org/) installed, just type in your terminal :
```sh
npm install @dashevo/dashcore-lib
```
### CDN Standalone
For browser usage, you can also directly rely on unpkg :
```
<script src="https://unpkg.com/@dashevo/dashcore-lib"></script>
```
## Licence
[MIT](https://github.com/dashevo/dashcore-lib/blob/master/LICENCE.md) © Dash Core Group, Inc.