This is the source code repository for the Pinata tutorial How To Use Sign In With Ethereum And NFTs To Build An NFT-Gated Alternative To Instagram.
To run the app, you will need to copy the .env.sample
file and create a .env.local
file. Fill out all the variables before running the app.
- Run:
git clone https://github.com/polluterofminds/members-only-photos
- Run
cd members-only-photos
- Run
npm install
- Update
.env.local
file - Run
npm run dev