EOSIO contracts for managing a decentralized autonomous organization on EOSIO chains.
- eosio
- eosio.cdt
- cmake
git clone https://github.com/hypha-dao/dao-contracts
cd dao-contracts
mkdir build && cd build
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-contracts/dao-go