Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidneyweakx/notrust
NoTrust is an NFT lending protocol.
https://github.com/kidneyweakx/notrust
defi solidity
Last synced: about 1 month ago
JSON representation
NoTrust is an NFT lending protocol.
- Host: GitHub
- URL: https://github.com/kidneyweakx/notrust
- Owner: kidneyweakx
- License: mit
- Created: 2021-06-22T16:57:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T08:17:36.000Z (over 3 years ago)
- Last Synced: 2024-10-14T06:36:19.747Z (3 months ago)
- Topics: defi, solidity
- Language: JavaScript
- Homepage:
- Size: 768 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoTrust - ERC-721 tokens lending protocol
NoTrust is a Smart Contract allows NFT(ERC-721) owners to make their items more valuable.
![](./images/Cover.png)### ๐ Description
Every ERC-721 owner can set a waiting loan offer in this contract.
Buyers can use aave's aTokens to select a hopeful NFT(ERC-721). If NFT owner thinks it's a good deal, the NFT can be sold to the buyer. Or owner can use the highest bidder's aToken to borrow money from aave lendingPool.### ๐งพDeployed address on MainNet/TestNet
Not yet, sorry...### TODO
- [x] nftMarket: create loan
- [ ] nftMarket: borrow from others
- [ ] use aave protocol(researching...)