Unoma a podcasting platform that utilizes FEVM to create actors to manage podcasting data,
This project allows podcasters to create a permissionless platform to permanently store their podcasting file in a censorship resistant manner. The current use case for this product can be applied in a region of high censorship, or to store really important audio file that a user want to persist over time.
This project uses NextJS, and Tailwind technology for it's user interface, and Solidity to create actors on the FEVM blockchain. To initially deploy the contract on FEVM we relied on the hardhat development environment public starter kit, but it was difficult to get the contract to deploy, so we eventually switched to configuring a Wallaby testnet on MetaMask, and used remix to deploy the FEVM actor written in Solidity.