@openworklabs/three-box-bot

0.0.6 • Public • Published

This package is used in aragon test suites, but could be used for other purposes too.

It's bundled for a node.js environment only.

Create up to 10 3Box profiles programmatically, using a random set of keys.

const ThreeBoxBot = require('@openworklabs/three-box-bot')
const boxBot = new ThreeBoxBot('https://rinkeby.infura.io/v3/87f....')

const [ethereumAddress, boxInstance] = await boxBot.createProfile({
  name: 'jon'
})

const ethereumAddressWithNoBox = await boxBot.returnAddressWithNoProfile()

Package Sidebar

Install

npm i @openworklabs/three-box-bot

Weekly Downloads

0

Version

0.0.6

License

ISC

Unpacked Size

9.11 kB

Total Files

6

Last publish

Collaborators

  • thomasbeta
  • schwartzz8990