2.0.2 • Published 5 years ago

@blockpool-io/client v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Blockpool - Client

Lead Maintainer: Brian Faust

Installation

yarn add @blockpool-io/client

Usage

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

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-pre.1

5 years ago

2.0.0-alpha.1

5 years ago

0.1.25

5 years ago