Skip to content

interplanetaryfonts/interplanetaryfonts.xyz

Repository files navigation

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



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).
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.

How to run

Prerequisites

    $ npm install -g pnpm

Steps

  1. Clone the repo

    $ git clone https://github.com/interplanetaryfonts/interplanetaryfonts.xyz.git
  2. Install dependencies

    $ pnpm install
  3. Run the frontend

    $ pnpm run dev:frontend
  4. View on browser: http://localhost:3000

  5. Run the backend

    $ pnpm run dev:backend
  6. View on browser: http://localhost:4000