@ripaex/client

A JavaScript library to interact with the RipaEX Blockchain

Usage no npm install needed!

<script type="module">
  import ripaexClient from 'https://cdn.skypack.dev/@ripaex/client';
</script>

README

RipaEX - Client

Installation

Node.js

yarn add @ripaex/client

If you want to use the CDN version:

<script src="https://unpkg.com/@ripaex/client/dist/index.umd.js"></script>

Usage

Import the library in Node.js:

import RipaexClient from @ripaex/client

or

const RipaexClient require('@ripaex/client')

Use the library:

const client = new RipaexClient('<your host here>')

Examples

There are more examples in the examples folder.

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

License

MIT © RipaEX