bytom
Usage
import { Node, BlockCenter, Accounts } from 'bytom'
const node = new Node('http://localhost:9888')
node.listAssets().then(console.log)
// [{ asset: '', ...}]
import { Node, BlockCenter, Accounts } from 'bytom'
const node = new Node('http://localhost:9888')
node.listAssets().then(console.log)
// [{ asset: '', ...}]
npm i @bytomjs/bytom
0
0.2.3
MIT
173 kB
7