@cauriland/client
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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

MIT © Cauri Land

/@cauriland/client/

    Package Sidebar

    Install

    npm i @cauriland/client

    Weekly Downloads

    1

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    163 kB

    Total Files

    77

    Last publish

    Collaborators

    • tnga