Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Files

Latest commit

53b47a9 · Dec 30, 2019

History

History

services

Origin Services

Provides Ganache and IPFS services for use when developing locally or for running tests.

Usage

const services = require('@origin/services')

const shutdown = await services({ ganache: true, ipfs: true })

// Do operations...

shutdown()