Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit eba9e72

Browse files
authored
Update README.md
1 parent dc0c768 commit eba9e72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
An example project using Next.js. The project show case how to restrict the access of your web contents to the users with your NFTs.
44

5+
This project demonstrated how you could validate if a wallet own a specific NFT on the client-side and the server-side using our SDK.
6+
7+
8+
**NFT Ownership Validation**
9+
10+
To validate NFT ownership on the **server-side**, the client would have the sign a message using their private key to the server.
11+
12+
For **client-side** validation, you could verify the ownership on the blockchain directly using the connected wallet.
13+
514
## Pages Walkthrough
615
**1. `pages/_app.tsx`**
716

0 commit comments

Comments
 (0)