A decentralized NFT marketplace for creators and collectors of Fonts.
Project page: https://ethglobal.com/showcase/interplanetary-fonts-ekwuo
Interplanetary Fonts is a decentralized NFT platform where creators can share and collaborate on Font projects while receiving real-time payments by project-funders. Users of the platform can view, fund or mint any Font-NFT project deployed and decide whether to mint an entire charset or only a few characters, according to their needs.
The application is interacting with a smart contracts deployed on Polygon Mumbai testnet for NFT minting with IPFS and to fund projects/pay creators (using Superfluid streaming protocol).
Users can connect with their wallet to the application, fund projects or mint NFTs, and can create new projects only by verifying with Worldcoin proof-of-personhood.
$ npm install -g pnpmClone the repo
$ git clone https://github.com/interplanetaryfonts/interplanetaryfonts.xyz.gitInstall dependencies
$ pnpm installRun the frontend
$ pnpm run dev:frontendView on browser: http://localhost:3000
Run the backend
$ pnpm run dev:backendView on browser: http://localhost:4000