5 comments

[ 3.5 ms ] story [ 29.4 ms ] thread
There is much more math behind it as you might think :). The idea is obviously not unique but it was our/my first blockchain project, so we needed a small and fun project to get our hands dirty with. Also, we took part of ETHGlobal's NFTHack hackathon which helped us a lot to get started with Solidty and the required toolchain (hardhat, truffle/waffle, etc).

Hope you like it.

When complete, can the entire site also be sold as an NFT or would that break the logic of NFTs? Can the sum be sold when the parts are already spoken for?
Yes, that'd be possible. It's not part of the current contract, but we could make that an auction via our OpenSea account I guess.
How would that work if the new owner decides to take the site offline?
Hm, there are a couple of more steps to take the page on-chain.

You for example, could bring the metadata and images on-chain via IPFS and arweave. As the page is mostly static there is probably also a way to serve it in a decentralized way. Though the user experience would most likely suffer.