| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Github | Screenshots | Discord Server
We've all seen one page bios of users that showoff their links. Ethbio however takes it to a new level, with the help of web3 technologies it makes showing off your NFTS much more easier.
This project finished 3rd overall in the CYF Hackathon
This is the rewrite branch! We're currently re-building this project from scratch for actual launch!
Building Ethbio locally is pretty easy.
The .env file for ethbio looks something like this:
NEXT_PUBLIC_MORALIS_SERVER_URL= NEXT_PUBLIC_MORALIS_APP_ID= MONGODB_URL=
For the MongoDB URL you can head over here or create a MongoDB cluster on the cloud
For The Moralis variables - NEXT_PUBLIC_MORALIS_SERVER_URL & NEXT_PUBLIC_MORALIS_APP_ID you can head over to the Moralis documentation
Assuming that you already have Node.JS installed to the latest version. Use :
npm install
npm run dev
this however runs the project in DEVELOPMENT mode.
To run it in PRODUCTION use:
npm run build npm run start
| Back | FazBrowse Home | New Git URL |