Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@open-bucket/contracts

open-bucket2MIT0.0.17

Open Bucket contracts

readme

OBN Contracts

Open Bucket contracts

For more information about the Open Bucket network, refer to: https://github.com/open-bucket/blueprint

Development

Run Ganache server on Docker

Available environment variables:

  • OBN_GANACHE_PORT - default: 8545
  • OBN_GANACHE_MNEMONIC - default: salmon reopen news visual estate such shell struggle where attend educate express

Build Docker image

docker build -t ganache-server .

Run Docker container

docker run -e OBN_GANACHE_PORT=8545 ganache-server