File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
src/pages/quickstart/builder
embedded-wallets/nextjs/stepContent Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const FLUTTER = 'FLUTTER'
2323
2424export const LANGS_EMBEDDED_WALLETS : DisplayChoice [ ] = [
2525 { key : REACT , displayName : 'React' } ,
26- { key : NEXTJS , displayName : 'Next JS ' } ,
26+ { key : NEXTJS , displayName : 'Next.js ' } ,
2727 { key : VUE , displayName : 'Vue' } ,
2828 { key : ANGULAR , displayName : 'Angular' } ,
2929 { key : ANDROID , displayName : 'Android' } ,
Original file line number Diff line number Diff line change 1- ### MetaMask Embedded Wallets NextJS Quick Start
1+ ### MetaMask Embedded Wallets Next.js quickstart
22
3- Integrate secure and seamless Web3 authentication into your NextJS app using MetaMask Embedded Wallet SDKs.
3+ Integrate secure and seamless Web3 authentication into your Next.js app with the MetaMask Embedded
4+ Wallets SDK (Web3Auth).
45
5- Clone the NextJS Quick Start Application
6+ Clone the quickstart:
67
78``` shell
89npx degit Web3Auth/web3auth-examples/quick-starts/nextjs-quick-start w3a-quick-start
910```
1011
1112:::info
1213
13- If you face any problem anytime, you can always find help in the [ ** Web3Auth Community ** ] ( https://web3auth.io/community/c/help-pnp/pnp-web/7 ) .
14+ If you need help, visit the [ ** Web3Auth community ** ] ( https://web3auth.io/community/c/help-pnp/pnp-web/7 ) .
1415
1516:::
You can’t perform that action at this time.
0 commit comments