3.0.0 • Published 2 years ago

@solarnetwork/client v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Solar - TypeScript Client

Usage

import { Connection } from "@arkecosystem/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