Skip to content

newton-raphson/nft-borrowing-lending-aptos

 
 

Repository files navigation

borrow-lend-from-NFT

Borrow Lend Contract in Aptos blockchain by Mokshya Protocol Screenshot

Init

aptos init

Publish

 aptos move publish  --named-addresses borrowlend=your_address

Copy the account address and replace in tests/borrowlend.ts

Set Up

 npm install

Run Test

yarn test
 

About

Aptos Code for NFT borrow and lend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 85.5%
  • TypeScript 14.5%