Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 747 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 747 Bytes

DAO Contracts

EOSIO contracts for managing a decentralized autonomous organization on EOSIO chains.

Status

Getting Started

Dependencies

  • eosio
  • eosio.cdt
  • cmake
git clone https://github.com/hypha-dao/dao-contracts
cd dao-contracts
mkdir build && cd build
cmake ..
make

CLIs and Testing

daoctl

The repo at https://github.com/hypha-dao/daoctl features a CLI that can be used to interact with the contracts.

dao.js - deprecated

The script at scripts/dao.js can interacts with the contracts.

Go library and tests

Unit and some integrations tests at https://github.com/hypha-dao/dao-contracts/dao-go