aave-v3-core
aave-v3-core copied to clipboard
Need access to @aave/deploy-v3
I am working on technical articles/guides/courses for developers so that they can build on top of AAVE.
Some of the initial things I want to cover are
- How aTokens work
- How debt tokens works
- How APR and APY is calculated
- etc etc
I need to be able to run the tests to know the things inside out. In the V2 code there are no time utilities to play around with the tests
e.g. https://github.com/aave/aave-v3-core/blob/master/test-suites/mint-to-treasury.spec.ts uses
import { advanceTimeAndBlock } from '@aave/deploy-v3';
There are no such utilities in V2, hence I need access to deploy-v3 so that I can run V3 tests.
Will it be possible for you to grant me access to deploy-v3?
See https://github.com/aave/aave-v3-core/issues/703