/eosio-contracts

Hypha is the global, open organization creating decentralized software for a Regenerative Society. These are the EOSIO smart contracts.

Primary LanguageC++Apache License 2.0Apache-2.0

DAO Contracts

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

Getting Started

Dependencies

  • eosio
  • eosio.cdt
  • cmake
git clone https://github.com/hypha-dao/eosio-contracts
cd eosio-contracts
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

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-go