https://github.com/volumefi/dancing-banana-batch-contract
https://github.com/volumefi/dancing-banana-batch-contract
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/volumefi/dancing-banana-batch-contract
- Owner: VolumeFi
- Created: 2021-06-19T01:26:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T14:39:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T10:29:36.168Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dancing Banana Batch Contract
## Testing on testnet
### Dependencies
* [nodejs](https://nodejs.org/en/download/) - >=v8, tested with version v14.15.4
* [python3](https://www.python.org/downloads/release/python-368/) from version 3.6 to 3.8, python3-dev
* [brownie](https://github.com/iamdefinitelyahuman/brownie) - tested with version [1.14.6](https://github.com/eth-brownie/brownie/releases/tag/v1.14.6)
* ganache-cli
The contracts are compiled using [Vyper](https://github.com/vyperlang/vyper), however, installation of the required Vyper versions is handled by Brownie.
### Running the Test
```bash
brownie test -s --network mainnet-fork
```
### Deployment
```bash
brownie run scripts/deploy.py --network mainnet
```
## Current Exchange Contract deployed at:
1. Release 1: [0x762Ee4b5525E852a3E350AC993C08633c7B648e3](https://etherscan.io/address/0x762Ee4b5525E852a3E350AC993C08633c7B648e3)