Skip to content

Example of how to track some Morpho Blue data thanks to web3.py

Notifications You must be signed in to change notification settings

tomrpl/track-morpho-blue-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

Python version used: 3.9: if you use conda, it is recommended to create a new environment with the following command:

conda create -n myenv python=3.9

and then activate the environment with:

conda activate myenv

Then install the following:

pip install python-decouple web3

Credentials:

add an RPC_URL to your .env file

To run: execute

python main.py

-> Don't forget to jump into the src/markets.py file and add the markets you want to track. If you don't know where to find the marketID -> Jump into the Morpho docs/

Versions

Python 3.9.18 Web3 version: 6.15.1

About

Example of how to track some Morpho Blue data thanks to web3.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages