yarn add @kapucoin/clientIf you want to use the CDN version:
<script src="https://unpkg.com/@kapucoin/client/dist/bundle.umd.js"></script>Import the library in Node.js:
import KapuEcosystemClient from @kapucoin/client
or
const KapuEcosystemClient require('@kapucoin/client')
Use the library:
const client = new KapuEcosystemClient('<your host here>')
There are more examples in the examples folder.
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.
