Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```