Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdikhosa50/flash-loans
I created flash loans by forking the Binance Smart Chain Mainnet Network and integrating the Uniswap protocol. This implementation allows seamless borrowing and arbitrage opportunities using Uniswap's infrastructure.
https://github.com/mehdikhosa50/flash-loans
account-impersonation ethersjs hardhat javascript mainnet-fork solidity uniswap-v2
Last synced: about 12 hours ago
JSON representation
I created flash loans by forking the Binance Smart Chain Mainnet Network and integrating the Uniswap protocol. This implementation allows seamless borrowing and arbitrage opportunities using Uniswap's infrastructure.
- Host: GitHub
- URL: https://github.com/mehdikhosa50/flash-loans
- Owner: MehdiKhosa50
- Created: 2024-09-09T15:02:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:23:51.000Z (4 months ago)
- Last Synced: 2024-11-10T23:34:41.381Z (about 2 months ago)
- Topics: account-impersonation, ethersjs, hardhat, javascript, mainnet-fork, solidity, uniswap-v2
- Language: Solidity
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 Hardhat Ignition module 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 ignition deploy ./ignition/modules/Lock.js
```