Skip to content

digital-scarcity/dao-contracts

 
 

Repository files navigation

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

About

Governance contracts for decentralized autonomous organizations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 57.1%
  • C++ 42.3%
  • Other 0.6%