An open API service indexing awesome lists of open source software.

https://github.com/diodechain/diode_contract

Decentralized autonomous organization (DAO) smart contract on diodechain.
https://github.com/diodechain/diode_contract

Last synced: about 2 months ago
JSON representation

Decentralized autonomous organization (DAO) smart contract on diodechain.

Awesome Lists containing this project

README

        

# Diode Contracts
![CI](https://github.com/diodechain/diode_contract/workflows/CI/badge.svg)

Smart contracts for diode chain. Ethereum compatible. Tested with Foundry

# Development

Install foundry to run the tests and compile https://getfoundry.sh/

## Run tests:

```BASH
$ make test
```

## Build deployment contracts

```BASH
$ make clean && make
```