This repo is a list of basic DeFi smart contract on Hedera
cp .env.sample .env
nano .env # edit the OPERATOR_ID and OPERATOR_KEY to match your Hedera Account and Private Key
npm i
npx hardhat compile # to compile Smart Contract
cd scripts
node xxxxxx.js
npm test