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!
- Host: GitHub
- URL: https://github.com/raid-guild/moloch-minion
- Owner: raid-guild
- Created: 2020-03-13T10:30:31.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-25T05:09:42.000Z (7 months ago)
- Last Synced: 2024-11-09T09:38:19.417Z (6 months ago)
- Language: Solidity
- Size: 965 KB
- Stars: 35
- Watchers: 16
- 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
```