Project information

  • Category: Web3 Development / Blockchain
  • Client: n/a
  • Project date: July 2023
  • Project URL: scrypto.store

Nov3l - A Web3 Fiction Library

This is a personal full-stack web3 project. Users connect using their injected web3 wallets, such as Metamask. They can then upload fiction and fund the fiction they like with Ethereum.

Fiction is stored via the Filecoin blockchain using the IPFS protocol, and the Nov3l smart contract mints an NFT to your connected wallet address, helping to prove ownership of the work you've uploaded. The metadata for the NFT is also stored on IPFS. I used Vite/React and Tailwind for the frontend, Express for the backend, and Thirdweb for writing and deploying the smart contracts. I then deployed to an AWS instance running NGINX.

You can find the frontend, backend, and Solidity code for this project in my public Github repositories.