UNPKG

1.06 kBMarkdownView Raw
1# Ark - Crypto
2
3<p align="center">
4 <img src="./banner.png?sanitize=true" />
5</p>
6
7## Installation
8
9```bash
10yarn add @arkecosystem/crypto
11```
12
13If you want to use the CDN version:
14
15```html
16<script src="https://unpkg.com/@arkecosystem/crypto/dist/index.umd.js"></script>
17```
18
19## Usage
20
21Import the library in node.js:
22
23```
24import ArkEcosystemCrypto from @arkecosystem/crypto
25```
26
27Use the library:
28
29```
30const constants = ArkEcosystemCrypto.constants
31```
32
33## Security
34
35If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
36
37## Credits
38
39- [Alex Barnsley](https://github.com/alexbarnsley)
40- [Brian Faust](https://github.com/faustbrian)
41- [François-Xavier Thoorens](https://github.com/fix)
42- [Joshua Noack](https://github.com/supaiku0)
43- [Juan A. Martín](https://github.com/j-a-m-l)
44- [Lúcio Rubens](https://github.com/luciorubeens)
45- [All Contributors](../../../../contributors)
46
47## License
48
49[MIT](LICENSE) © [ArkEcosystem](https://ark.io)