文件名称:poolTogether
文件大小:96KB
文件格式:ZIP
更新时间:2024-04-03 05:57:02
Python
渴望策略布朗尼组合 您会在这里找到什么 用于创建自己的向往策略的基本Solidity智能合约( ) 以太坊主网上一些最常用的DeFi协议的接口。 ( ) 在主网fork上运行的示例测试套件。 ( ) 该混合配置为与一起使用。 用户如何使用 假设Alice持有100个DAI,并希望开始从中获得收益%。 为此,爱丽丝需要DAI.approve(vault.address, 100) 。 然后,爱丽丝将调用Vault.deposit(100) 。 然后,保管箱会将100 DAI从Alice转移到自身,并为Alice铸造相应的份额。 然后,爱丽丝可以使用Vault.withdrawAll()兑换相应的DAI余额(在Vault.pricePerShare()处Vault.pricePerShare()交换Vault.withdrawAll()来赎回这些份额。 安装与设定 如果尚未
【文件预览】:
poolTogether-master
----requirements-dev.txt(42B)
----package.json(649B)
----brownie-config.yml(650B)
----.github()
--------workflows()
----tests()
--------custom()
----LICENSE(34KB)
----.env.example(77B)
----interfaces()
--------poolTogether()
--------uniswap()
----contracts()
--------StrategyPoolTogether.sol(11KB)
----.gitignore(91B)
----commitlint.config.js(65B)
----README.md(7KB)
----yarn.lock(116KB)
----scripts()
--------deploy.py(2KB)
----.gitattributes(30B)