Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 344 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 344 Bytes

Midas

Automated Cryptocurrency Hedge Fund.

Useful Commands

# 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 <network> scripts/<script>.ts