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

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

Awesome Lists containing this project

README

          





License


OpenZeppelin




Telegram


Discord


Telegram


# 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).