@solarnetwork/client
v3.0.0
Published
A simple TypeScript API client for the Solar Blockchain.
Downloads
2
Readme
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.