@phantomchain/client
v0.1.23
Published
A JavaScript library to interact with the Phantom Blockchain
Downloads
23
Readme
Phantom - Client
Installation
Node.js
yarn add @phantomchain/clientIf you want to use the CDN version:
<script src="https://unpkg.com/@phantomchain/client/dist/bundle.umd.js"></script>Usage
Import the library in Node.js:
import PhantomChainClient from @phantomchain/clientor
const PhantomChainClient require('@phantomchain/client')Use the library:
const client = new PhantomChainClient('<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 [email protected]. All security vulnerabilities will be promptly addressed.
