https://github.com/raid-guild/moloch-minion
👹 Moloch whose fingers are ten armies!
https://github.com/raid-guild/moloch-minion
Last synced: 10 months 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 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-25T05:09:42.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:41:52.809Z (about 1 year ago)
- Language: Solidity
- Size: 965 KB
- Stars: 35
- Watchers: 15
- Forks: 20
- Open Issues: 7
-
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
```