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

Latest commit

 

History

History
13 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 277 Bytes

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()