Lead Maintainer: Brian Faust
yarn add @arkecosystem/client
import { Connection } from "@arkecosystem/client";
const init = async () => {
const connection: Connection = new Connection("https://dwallets.ark.io/api");
console.log(await connection.api("blocks").all())
};
init();
See tests for more examples.
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.
This project exists thanks to all the people who contribute.