near-secure-wallet
v0.1.0
Published
Secure wallet operations on NEAR
Maintainers
Readme
near-secure-wallet
Secure wallet operations on NEAR
Installation
npm install near-secure-walletUsage
import { NearClient } from 'near-secure-wallet';
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
