https://github.com/0xcryptoangel/nft-lend-borrow-protocal
NFT Lend/Borrow Smart Contract based on Ethereum
https://github.com/0xcryptoangel/nft-lend-borrow-protocal
finance hardhat lending-protocol nftools solidity test-case typescript
Last synced: about 1 month ago
JSON representation
NFT Lend/Borrow Smart Contract based on Ethereum
- Host: GitHub
- URL: https://github.com/0xcryptoangel/nft-lend-borrow-protocal
- Owner: 0xCryptoAngel
- Created: 2023-02-18T05:05:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T05:06:26.000Z (over 3 years ago)
- Last Synced: 2025-10-11T11:16:24.961Z (8 months ago)
- Topics: finance, hardhat, lending-protocol, nftools, solidity, test-case, typescript
- Language: Solidity
- Homepage:
- Size: 155 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```