Skip to content

A little node module for creating 3Box profiles programmatically

Notifications You must be signed in to change notification settings

infinitescroll/three-box-bot

Repository files navigation

This package is used for 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()

About

A little node module for creating 3Box profiles programmatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published