A basic wrapper around a handful of core pancakeswap contract functions.
Create python virtual environment.
python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txtA Node.js and npm installation is required to run tests. Once installed use npm to install ganache-cli as shown below:
npm install -g ganache-cli
To run tests:
python -m pytest