4.0.1 • Published 1 year ago

@solar-network/client v4.0.1

Weekly downloads
-
License
CC-BY-ND-4.0
Repository
-
Last release
1 year ago

Solar - TypeScript Client

Usage

import { Connection } from "@solarnetwork/client";

const init = async () => {
	const connection: Connection = new Connection("https://sxp.mainnet.sh/api");

	console.log(await connection.api("blocks").all())
};

init();

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem