3.0.0 • Published 3 years ago
@cauriland/client v3.0.0
Cauri - TypeScript Client
Lead Maintainer: Arsel Tindo Legacy Maintainer: Brian Faust
Installation
yarn add @cauriland/client
Usage
import { 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.
Security
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.
Credits
This project exists thanks to all the people who contribute.
License
3.0.0
3 years ago