How to Build an NFT Website
How to Know When You're Ready to Deploy to a Live Site
1. You are ready to share your NFT with the world!
2. Infrastructure constraints on your local computing environment
Deploying Your Code to a Live Website
Pick a Web Hosting Service!
Hints & Tips on Web Hosting!
Creating Environment Variables
.env
file on our local machine. With some online web hosting services, this is not the case. As an example, in Heroku, we define Heroku-specific environment variables through the Heroku command-line interface. To set an environment variable on Heroku for your Alchemy Key for instance, we would run the following command:heroku config