yarn add @phantomcores/clientIf you want to use the CDN version:
<script src="https://unpkg.com/@phantomcores/client/dist/index.umd.js"></script>Import the library in Node.js:
import ArkEcosystemClient from @phantomcores/client
or
const ArkEcosystemClient require('@phantomcores/client')
Use the library:
const client = new ArkEcosystemClient('<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 [email protected]. All security vulnerabilities will be promptly addressed.
