==========================
This repository contains a set of solidity smart contracts. Each of the contracts represents a specific situation and they can serve as a basis for developing more complex contracts or a decentralized application based on them.
Important: This contracts have not been audited and should not be used directly in a production environment.
npm install
npx hardhat compile
npx hardhat test
You can deploy the contracts using the hardhat local node. The scripts folder contains a deploy script for each contract. You can execute them as shown bellow:
npx hardhat run scripts/house_swap/deploy.ts
npx hardhat run scripts/mortgage/deploy.ts
npx hardhat run scripts/pay_order/deploy.ts
npx hardhat run scripts/pledge_loan/deploy.ts