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

https://github.com/volumefi/dancing-banana-batch-contract


https://github.com/volumefi/dancing-banana-batch-contract

Last synced: about 1 year ago
JSON representation

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)