optimism-rentable-nfts

Rentable NFTs on Optimism 🔴

Stars
11

Rentable NFTs on Optimism

Based on top of EIP-4907.

Run locally

# install dependencies
npm install

# start a local chain
npx hardhat node

# run the tests
npx hardhat test

Live deployed contract address on the Optimism Kovan testnet: 0x7e9fbcd6796281ca90424c2b4f1b73e01e733ad3

Todo

  • Deploy to Optimism Kovan testnet
  • Verify the contract on Etherscan
  • Add a token URI/metadata to the NFTs so that they can be demoed on a marketplace
Related Projects