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 Keynpm i
npx hardhat compile # to compile Smart Contractcd scripts
node xxxxxx.js npm test