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