near-fast-contract
v0.1.0
Published
Fast contract operations on NEAR
Downloads
18
Maintainers
Readme
near-fast-contract
Fast contract operations on NEAR
Installation
npm install near-fast-contractUsage
import { NearClient } from 'near-fast-contract';
const client = new NearClient();
const result = await client.query({ method: 'status' });
console.log(result);API
See src/index.ts for full API documentation.
License
MIT
