Local Setup
Local setup for running & testing ocean.py
Prerequisites
1. Download barge and run services
# Grab repo
git clone https://github.com/oceanprotocol/barge
cd barge
# Clean up old containers (to be sure)
docker system prune -a --volumes
# Run barge: start Ganache, Provider, Aquarius; deploy contracts; update ~/.ocean
export GANACHE_FORK=london # for support of type 2 transactions
./start_ocean.sh2. Set envvars
3. Setup in Python
Last updated
Was this helpful?

