https://github.com/technion/lol-nft
An NFT contract where people can buy URL changes
https://github.com/technion/lol-nft
Last synced: over 1 year ago
JSON representation
An NFT contract where people can buy URL changes
- Host: GitHub
- URL: https://github.com/technion/lol-nft
- Owner: technion
- Created: 2022-02-20T05:18:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T07:35:32.000Z (over 4 years ago)
- Last Synced: 2025-01-24T09:29:27.340Z (over 1 year ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lol NFT
An experimental project that creates an mutable NFT contract, allowing other users to buy the right to update the image.
```shell
npx solhint contracts/LolNFT.sol
npx hardhat run scripts/run.js
npx hardhat check
─$ npx hardhat run scripts/deploy.js --network rinkeby
Contract deployed to: 0x03628Ed1d3234c4dFe49517775b17C676B11c116
npx hardhat verify 0x03628Ed1d3234c4dFe49517775b17C676B11c116 --network rinkeby
```