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

Latest commit

 

History

History

services

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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