Skip to content

Python example to interact with Crab V2 auction API

License

Notifications You must be signed in to change notification settings

KMKoushik/crabby-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python example to interact with Crab V2 auction API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages