Skip to content

raid-guild/moloch-minion

Repository files navigation

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