2.0.2 • Published 7 years ago
@blockpool-io/client v2.0.2
Blockpool - Client
Lead Maintainer: Brian Faust
Installation
yarn add @blockpool-io/clientUsage
import { Connection } from "@arkecosystem/client";
const init = async () => {
const connection: Connection = new Connection("https://dexplorer.ark.io/api/v2");
console.log(await connection.api("blocks").all())
};
init();See tests for more examples.
Security
If you discover a security vulnerability within this package, please send an e-mail to support@blockpool.io. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
License
MIT © Blockpool MIT © ArkEcosystem
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
2.0.0-pre.1
7 years ago
2.0.0-alpha.1
7 years ago
0.1.25
7 years ago