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: 1 day ago
JSON representation
πΉ Moloch whose fingers are ten armies!
- Host: GitHub
- URL: https://github.com/raid-guild/moloch-minion
- Owner: raid-guild
- Created: 2020-03-13T10:30:31.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-15T03:24:29.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T01:14:46.747Z (3 months ago)
- Language: Solidity
- Size: 689 KB
- Stars: 35
- Watchers: 16
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dao-zh - Moloch Minion - η± Moloch DAO ζη₯¨ιθΏεε―εΌε«ζ§θ‘ηεηΊ¦ζ‘ζΆ (εηΊ¦εΌε)
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
```