KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
interplanetaryfonts.xyz
★ 12
Open GitHub ↗
InterplanetaryFonts Dapp
Download README (.md)
Explore Similar Repositories
Kloudy
:
직관적인 이미지를 이용하여 사용자에게 현재 날씨를 알려주는 앱, 구르미 📍 현재 작업 진행 중인 앱입니다. 많이 기대해 주세요!
Video-Captioning-Using-LSTM-and-Keras
:
Generating Video Caption Using LSTM
openxr_loader-dll-proxy
:
OpenXR DLL proxy to tweak controler position and rotation offsets
rp-nextjs-starter
:
This is a starter template for Next.js projects with Tailwind CSS, SEO, and more
WindowsHackCode
:
Code with Windows Hacker
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
interplanetaryfonts.xyz
?
Download (.md)
<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](https://online.ethglobal.com/) 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 - nodenv ( https://github.com/nodenv/nodenv#homebrew-on-macos ) - nvm ( https://github.com/nvm-sh/nvm#install--update-script ) - pnpm installed globally ```bash $ npm install -g pnpm ``` ### Steps 1. Clone the repo ```bash $ git clone https://github.com/interplanetaryfonts/interplanetaryfonts.xyz.git ``` 2. Install dependencies ```bash $ pnpm install ``` 3. Run the [frontend](./frontend/) ```bash $ pnpm run dev:frontend ``` 4. View on browser: http://localhost:3000 5. Run the [backend](./backend/) ```bash $ pnpm run dev:backend ``` 6. View on browser: http://localhost:4000