This project is a simple blockchain dapp that allows placing limit orders for particular assets. The limit order is executed when the price reaches the price set by the user. The prices of assets are being retrieved by Chainlink Price Feeds.
- filling up
.env
file with propriate keys npm i
for installed dependencies
- compile the contracts and generate typechain
npx hardhat compile
- run test
npx hardhat test