Skip to content

Python Implementation of Morpho and MetaMorpho for simulations

License

Notifications You must be signed in to change notification settings

kakagri/pymorpho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMorpho

pyMorpho is an implementation of Morpho Blue(GPL), MetaMorpho(GPL) and AdaptiveCurve IRM(MIT) in Python. Their implementation in python is derived directly from the solidity implementations.

This library can be used to run simulations on top of Morpho.

Install

Install from pypi

pip install pymorpho

Install from source

git clone https://github.com/kakagri/pyMorpho.git
cd pyMorpho
python -m pip install .

Licensing

Portions of the codebase, namely the implementations of ERC20, ERC4626, Morpho components are directly derived from Openzeppelin and Morpho’s codebases which are under MIT and GPL licenses.

About

Python Implementation of Morpho and MetaMorpho for simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages