Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 390 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 390 Bytes

Moloch Minion

A contract that allows execution of arbitrary calls voted on by members of a Moloch DAO.

Usage

Install the dependencies

yarn

Compile and generate type definitions for contracts

yarn build:contracts

Run Waffle tests with stack traces

yarn test:contracts

Run web

yarn start:web

build web

yarn build:web