Lead Maintainer: Arsel Tindo
Legacy Maintainer: Brian Faust
yarn add @cauriland/clientimport { Connection } from "@cauriland/client";
const init = async () => {
const connection: Connection = new Connection("https://dnode.cauri.cm/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@cauri.cm. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
