Skip to content

Commit

Permalink
Completed a task
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 13, 2024
1 parent 338dc5c commit 981cd61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ A social dapp where interactions are free, and mints are monetized 💰, allowin

-**PunkSociety contract:** Social interactions
-**Search**: By address or username
- ✅ Enable options for sharing on other platforms
- Enable following users, liking, commenting and sharing posts on frontend
- Enable options for sharing on other platforms
- **Notification system**
- **Individual post viewer**
- **Integrate The Graph to index activity** and save RPC calls (Reference: [Bootstrap a Full Stack Modern dapp using the Scaffold-ETH CLI and Subgraph Extension](https://siddhantk08.hashnode.dev/bootstrap-a-full-stack-modern-dapp-using-the-scaffold-eth-cli-and-subgraph-extension) | [The Graph tool for creating a subgraph](https://thegraph.com/docs/en/developing/creating-a-subgraph/))
Expand Down
11 changes: 8 additions & 3 deletions packages/nextjs/.env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# For local development, copy this file, rename it to .env.local, and fill in the values.
# When deploying live, you'll need to store the vars in Vercel/System config.

# If not set, we provide default values (check `scaffold.config.ts`) so developers can start prototyping out of the box,
# but we recommend getting your own API Keys for Production Apps.

# To access the values stored in this env file you can use: process.env.VARIABLENAME
# You'll need to prefix the variables names with NEXT_PUBLIC_ if you want to access them on the client side.
# More info: https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables

# Get your Alchemy API Key here: https://dashboard.alchemy.com/
NEXT_PUBLIC_ALCHEMY_API_KEY=
# Get your WalletConnect Project ID here (go to Projects section): https://cloud.reown.com/app/
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=

# Get your OnchainKit API Key here: https://portal.cdp.coinbase.com/products/onchainkit
NEXT_PUBLIC_ONCHAINKIT_API_KEY=
# Get your OnchainKit Project ID here: https://portal.cdp.coinbase.com/projects/
NEXT_PUBLIC_CDP_PROJECT_ID=

# Generate your Pinata credentials here: https://app.pinata.cloud/developers/api-keys
NEXT_PUBLIC_PINATA_API_KEY=
NEXT_PUBLIC_PINATA_SECRET_API_KEY=

0 comments on commit 981cd61

Please sign in to comment.