Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 553 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 553 Bytes

crabby-python

Python example to interact with Crab V2 auction API

Add these envs to .env file Ropsten:

export PRIVATE_KEY=****
export AUCTION_URL=http://beta.squeethportal.xyz/
export CHAIN_ID=1

Mainnet:

export PRIVATE_KEY=***
export AUCTION_URL=https://beta-squeeth-portal-ropsten.vercel.app/
export CHAIN_ID=3

Goerli:

export PRIVATE_KEY=***
export AUCTION_URL=https://squeeth-portal-test.vercel.app/
export CHAIN_ID=5

Install requirement

pip install -r requirements.txt

Run the script

python index.py