// NO-CODE NFT MINTING PLATFORM
Nomos NFT
Built wallet-connected workflows that make NFT minting, serialisation, and fractionalisation accessible without writing smart-contract code.
The product
Nomos NFT is a no-code minting platform that brings blockchain workflows into a familiar web application. Instead of working directly with smart-contract code, users can connect a wallet and create NFTs through guided product flows.
The platform was Offshorly’s first Web3 project and combined on-chain contracts with off-chain application data. Its scope extended beyond basic minting to include serialisation and fractionalisation while keeping the underlying blockchain operations out of the user’s way.
My contribution
As the full-stack application developer on Offshorly’s three-person team, I handled the product outside the Solidity smart-contract layer—from setting up the project to building the web experience, Firebase-backed data flows, and wallet integration. My work turned the contract layer into product workflows that users could complete without handling smart-contract code themselves.
- Set up the application project and established its Next.js, React, and Firebase foundation.
- Built the interfaces and supporting application logic for minting, serialisation, and fractionalisation.
- Implemented wallet integration and connected the web experience to the existing on-chain contract workflows.
- Developed the off-chain data flows and surrounding product behaviour in Firebase.
The on-chain and off-chain boundary
The product paired a Next.js and React application with Solidity smart contracts for on-chain behaviour. I integrated the application with that contract layer rather than developing the contracts themselves, while Firebase supported the product’s off-chain data needs.
Keeping those responsibilities separate made the system easier to reason about. Smart contracts handled blockchain-specific behaviour; the web application managed the guided experience around it; and Firebase held the supporting data that did not belong on-chain. The interface then coordinated those layers as one workflow.
Product value
Nomos NFT packaged wallet state, contract execution, and off-chain application data behind one product experience. Users could focus on defining and minting NFTs while the platform coordinated the technical steps required to complete each action.