Awesome
<img src="https://storage.googleapis.com/ethglobal-api-production/projects/ekwuo/images/interplanetary-fonts-logo-duotone-bg-72-dpi.png" width="150" alt="Interplanetary Fonts"/>Interplanetary Fonts
A decentralized NFT marketplace for creators and collectors of Fonts.
ETHOnline 2022 Hackathon Finalist Project 🏆
Project page: https://ethglobal.com/showcase/interplanetary-fonts-ekwuo
<br><br>
Project Description:
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.
How it's made
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). <br> 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. <br><br>
How to run
Prerequisites
- Node version 16.13.0
- pnpm installed globally
$ npm install -g pnpm
Steps
-
Clone the repo
$ git clone https://github.com/interplanetaryfonts/interplanetaryfonts.xyz.git
-
Install dependencies
$ pnpm install
-
Run the frontend
$ pnpm run dev:frontend
-
View on browser: http://localhost:3000
-
Run the backend
$ pnpm run dev:backend
-
View on browser: http://localhost:4000