This repo contains Solidity smart contracts to create decentralized autonomous organizations for the Daox platform.
git clone https://github.com/daox/daox-contracts.git
cd daox-contracts
npm i
npm i -g truffle ganache-cli
npm test
Compiled contracts are already stored in repository so in regular case you will not need to compile it. But if it is needed for some reason use instructions below
truffle compile
All smart contracts are released under MIT.
For additional details you can also follow series of How Daox Works blogposts.
- Anton Vityazev (GiddeonWyeth)
- Kirill Bulgakov (bulgakovk)
- Alex Shevlyakov (sanchosrancho)