stephenasuncionDEV / nfthost

🔩 NFT Collection Generator and Minting Website Hosting

Home Page:https://www.nfthost.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFTHost Logo

NFT Host

Docker Deployment NFTHost Discord

Create and Host your NFT collection in under a minute!. This repository is NFT Host's frontend.

Services

Setup

Running with Docker Hub:

Client:
docker pull stephenasuncion/nfthost:main
docker container run --name client -p 3000:3000 stephenasuncion/nfthost:main

Server:
docker pull stephenasuncion/nfthost-backend:main
docker container run --name server -p 8080:8080 stephenasuncion/nfthost-backend:main

Running with Terminal:

npm run dev

Technologies

Technologies

Other: Chakra UI, Stripe, PostHog, GrapesJS, Web3, Chart.js, Ethers, JSZip

Support

If you need help with anything please contact us on Discord

Want to donate? https://www.buymeacoffee.com/stephenasuncion

License

MIT

About

🔩 NFT Collection Generator and Minting Website Hosting

https://www.nfthost.app/

License:MIT License


Languages

Language:JavaScript 99.4%Language:SCSS 0.5%Language:Dockerfile 0.1%Language:Shell 0.0%