Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@arkecosystem/crypto-json-rpc

arkecosystem6MIT0.2.0TypeScript support: included

A JSON-RPC 2.0 specification compliant server to interact with ARK Cryptography.

readme

@arkecosystem/crypto-json-rpc

Latest Version Node Engine Build Status Codecov License: MIT

Disclaimer

The purpose of this application is to serve as a server for SDKs to ensure compliance with @arkecosystem/crypto, this means there can be many breaking changes without any notice.

We strongly advise against using this for anything but SDK compliance testing and no support is offered if you do so.

Installation

yarn add @arkecosystem/crypto-json-rpc

Testing

yarn test

Security

If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.0 - 2019-05-24

Changed

  • Replaced meow with @oclif as CLI

0.1.0 - 2019-05-16

  • Initial Release