# NFT Smart Wallet and Lending registry ## Short Description NFT Loan registry for erc20 and erc721 smart wallets ## Long Description Create a smart wallet, deposit nft or tokens into it Create a lending agreement to another smart wallet Approve the agreement Borrower gets nft approval access Conclude the agreement upon expiry Lending registry keeps a track of these agreements between the smart wallets! The idea is to expand the registry and type of interactions between the smart wallets eventually in DAO/Guild fashion :)) ## Tech stack used Solidity, Buidler.dev, Typechain, Ethers.js, Next.js, Typescript, Frontend TDD