Aave-test-kit is a kit for spinning and starting a fully functional local environment with a readily deployed aave protocol.
pnpm ipnpm run generateThe latter command will generate a .env file with some randomly generated accounts and put that into the root of the project directory. If need be, you can always modify the .env file and adjust the private keys in there.
pnpm run startpnpm run stop5. In case you want to intiliaze the tets environment with assets, reservers etc. you can run the following commands to do that
cd ../aave-test-suite && pnpm run deploy:init-data && pnpm run deploy:core-operations