Skip to content

A repository containing a list of DeFi protocols and how to interact them using python/brownie.

Notifications You must be signed in to change notification settings

emrahsariboz/DeFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeFi

A repository containing a list of DeFi protocols and how to interact them using python/brownie.

How to run

  • You need to fork Ethereum and deploy your contract there. To do so: brownie networks add Development network_name cmd=ganache-cli host=http://127.0.0.1 fork=[URL] accounts=10 mnemonic=brownie port=8545
  • I used ALCHEMY API to fork. You can register and get your API for free.
  • brownie run scripts/deploy_sc --network network_name

About

A repository containing a list of DeFi protocols and how to interact them using python/brownie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published