0.0.5 • Published 1 year ago
@nano/cloud v0.0.5
In early beta. Not ready for general use.
CommonJS:
// npm install @nano/wallet
const nano = require('@nano/cloud')('API_KEY')
ESM:
// npm install @nano/wallet
import Nano from '@nano/cloud'
const nano = new Nano('API_KEY')
Documentation
License
MIT