https://github.com/envoy-vc/simple-flashloan-aave
https://github.com/envoy-vc/simple-flashloan-aave
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/envoy-vc/simple-flashloan-aave
- Owner: Envoy-VC
- Created: 2023-11-13T13:56:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:45:06.000Z (about 1 year ago)
- Last Synced: 2025-01-23T00:24:52.993Z (3 months ago)
- Language: TypeScript
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```