near-fast-account
v0.1.0
Published
Fast account operations on NEAR
Maintainers
Readme
near-fast-account
Fast account operations on NEAR
Installation
npm install near-fast-accountUsage
import { NearClient } from 'near-fast-account';
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
