EOSIO contracts for managing a decentralized autonomous organization on EOSIO chains.
- eosio
- eosio.cdt
- cmake
git clone https://github.com/hypha-dao/eosio-contracts
cd eosio-contracts
cmake .
make
The repo at https://github.com/hypha-dao/daoctl features a CLI that can be used to interact with the contracts.
The script at scripts/dao.js can interacts with the contracts.
Unit and some integrations tests at https://github.com/hypha-dao/dao-go