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: 5 months ago
JSON representation

👹 Moloch whose fingers are ten armies!

Awesome Lists containing this project

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