Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 394 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 394 Bytes

Hedera-Defi

This repo is a list of basic DeFi smart contract on Hedera

Setup environment

cp .env.sample .env
nano .env # edit the OPERATOR_ID and OPERATOR_KEY to match your Hedera Account and Private Key

Installation

npm i
npx hardhat compile # to compile Smart Contract

Test

cd scripts
node xxxxxx.js 

Test

npm test