Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/midas
EVM-compatible Smart Contract bot which performs DEX arbitrage via Aave & dYdX Flash Loans
https://github.com/pmuens/midas
aave aave-protocol blockchain dydx ethereum ethereum-virtual-machine flash-loan flash-loans smart-contract smart-contracts solidity
Last synced: about 1 month ago
JSON representation
EVM-compatible Smart Contract bot which performs DEX arbitrage via Aave & dYdX Flash Loans
- Host: GitHub
- URL: https://github.com/pmuens/midas
- Owner: pmuens
- Created: 2021-07-12T09:53:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T09:53:42.000Z (over 3 years ago)
- Last Synced: 2024-10-20T04:44:31.558Z (4 months ago)
- Topics: aave, aave-protocol, blockchain, dydx, ethereum, ethereum-virtual-machine, flash-loan, flash-loans, smart-contract, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 56.6 KB
- Stars: 57
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midas
Automated Cryptocurrency Hedge Fund.
## Useful Commands
```sh
# Run main script
npx ts-node src/main.ts# Build
npm run build# Watch
npm run watch# Compile Smart Contracts
npx hardhat compile# Run a local Hardhat Network node
npx hardhat node# Run Hardhat scripts
npx hardhat run --network scripts/.ts
```