Apterly is a tool for spinning and starting a fully functional local environment with a readily deployed aave protocol.
pnpm i
pnpm run generate
The 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 start
pnpm run stop
4. In case you want to intiliaze the tets environment with assets, reservers etc. you can run the following commands to do that
cd ../test-suites && pnpm i && pnpm run deploy:init-data && pnpm run deploy:core-operations