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.
- Host: GitHub
- URL: https://github.com/diodechain/diode_contract
- Owner: diodechain
- License: other
- Created: 2019-08-21T07:22:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T16:11:54.000Z (2 months ago)
- Last Synced: 2025-04-10T23:05:22.289Z (about 2 months ago)
- Language: Solidity
- Size: 2.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diode Contracts
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
```