https://github.com/OokiTrade/contractsV2
Ooki Protocol Smart Contracts
https://github.com/OokiTrade/contractsV2
solidity-contracts
Last synced: about 1 year ago
JSON representation
Ooki Protocol Smart Contracts
- Host: GitHub
- URL: https://github.com/OokiTrade/contractsV2
- Owner: OokiTrade
- License: apache-2.0
- Created: 2020-03-24T14:06:45.000Z (about 6 years ago)
- Default Branch: development
- Last Pushed: 2024-03-12T12:46:39.000Z (about 2 years ago)
- Last Synced: 2024-09-08T14:01:43.115Z (almost 2 years ago)
- Topics: solidity-contracts
- Language: Python
- Homepage:
- Size: 5.42 MB
- Stars: 193
- Watchers: 19
- Forks: 44
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# OOKI Smart Contracts
## Dependencies
* [python3](https://www.python.org/downloads/release/python-368/) version 3.6 or greater, python3-dev
* [ganache-cli](https://github.com/trufflesuite/ganache-cli) - tested with version [6.12.2](https://github.com/trufflesuite/ganache-cli/releases/tag/v6.12.2)
* [brownie](https://github.com/eth-brownie/brownie/) version 1.19.1 or greater
## Documentation and Support
## Testing
To run the tests, first install the developer dependencies:
```bash
pip install -r requirements.txt
```
Run the all tests with:
```bash
brownie test
```
## License
This project is licensed under the [Apache License, Version 2.0](LICENSE).