This is a Next.js project bootstrapped with create-next-app
.
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Digital ocean via next build
then upload the static site in the /out/ folder generated by next build
to github then point DO's static site hosting to that github repo
you can keep the repo private but it doesnt matter if you dont
Contains the images/assets
Contains the world 3D page and index.js the main site
all css in here other than the global.css which isn't where things were done
Has the dummy NFT contract I deployed to test the mint and contract data fetching functions
there is a contract address and contract abi variable at the top of index.js that is where the final contract goes
The alchemy API key is not in an .env file because you have to manually input environment vars into vercel and thats annoying until full deploy