Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/raid-guild/moloch-minion

πŸ‘Ή Moloch whose fingers are ten armies!
https://github.com/raid-guild/moloch-minion

Last synced: about 2 months ago
JSON representation

πŸ‘Ή Moloch whose fingers are ten armies!

Lists

README

        

# 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
```