Skip to content

A simple JavaScript API client for the Ark Blockchain.

License

Notifications You must be signed in to change notification settings

thomas-neuman/javascript-client

 
 

Repository files navigation

Ark - Client

Installation

Node.js

yarn add @arkecosystem/client

If you want to use the CDN version:

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

Usage

Import the library in Node.js:

import ArkEcosystemClient from @arkecosystem/client

or

const ArkEcosystemClient require('@arkecosystem/client')

Use the library:

const client = new ArkEcosystemClient('<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 © ArkEcosystem

About

A simple JavaScript API client for the Ark Blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%