Skip to content

mrhouzlane/XrossLend

Repository files navigation

XrossLend

Unstoppable domains :

We are using unstoppable domains :

xrosslend.nft is managing website https://ipfs.io/ipfs/Qmc9RdykTD6jPDbs5gP8GGgLMsBZfp4HKWKa7oQJKREUt6

Deployed Contract

  • This is deployed in Rinkeby and Optimism mainnet and Polygon mainnet
  • Please do not deposit your important NFT in mainnet, this is demo for hackathon, we do not take any responsibility for your asset

Polygon

Optimism

Development

web

setup

Need to build contract first

npm i
npm run build

Then, install in web directory

// cd web
npm i

development

npm run dev

build

npm run build

you can upload web/build to ipfs for hosting.

Test

npm test