Skip to content

daox/daox-contracts

Repository files navigation

Daox Contracts   Tweet

Build Status

This repo contains Solidity smart contracts to create decentralized autonomous organizations for Daox Network.

Install

Clone the repository:

git clone https://github.com/daox/daox-contracts.git
cd daox-contracts

Install requirements with npm:

npm i

Install truffle and ganache-cli for testing and compiling:

npm i -g truffle ganache-cli

Testing

Run all tests (will automatically run ganache-cli in the background):

npm test

Compile and Deploy

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

Compile all contracts:

truffle compile

License

All smart contracts are released under MIT.

Details

For additional details you can also follow series of How Daox Works blogposts.

Contributors