|
1 | 1 | export const quickStartHostedLinks = { |
2 | 2 | // PNP Modal SDK |
3 | | - PNP_MODAL_ANGULAR: "https://w3a.link/pnp-angular-modal-quick-start", |
4 | | - PNP_MODAL_HTML: "https://w3a.link/pnp-vanillajs-modal-quick-start", |
5 | | - PNP_MODAL_NEXTJS: "https://w3a.link/pnp-nextjs-modal-quick-start", |
6 | | - PNP_MODAL_REACT: "https://w3a.link/pnp-react-modal-quick-start", |
7 | | - PNP_MODAL_REACT_HOOKS: "https://w3a.link/pnp-react-hooks-modal-quick-start", |
8 | | - PNP_MODAL_VUE: "https://w3a.link/pnp-vue-modal-quick-start", |
9 | | - PNP_MODAL_VUE_COMPOSABLES: "https://w3a.link/pnp-vue-composables-modal-quick-start", |
10 | | - // PNP No Modal SDK |
11 | | - PNP_NO_MODAL_ANGULAR: "https://w3a.link/pnp-angular-no-modal-quick-start", |
12 | | - PNP_NO_MODAL_NEXTJS: "https://w3a.link/pnp-nextjs-no-modal-quick-start", |
13 | | - PNP_NO_MODAL_REACT: "https://w3a.link/pnp-react-no-modal-quick-start", |
14 | | - PNP_NO_MODAL_REACT_HOOKS: "https://w3a.link/pnp-react-hooks-no-modal-quick-start", |
15 | | - PNP_NO_MODAL_VUE: "https://w3a.link/pnp-vue-no-modal-quick-start", |
16 | | - PNP_NO_MODAL_VUE_COMPOSABLES: "https://w3a.link/pnp-vue-composables-no-modal-quick-start", |
17 | | - PNP_NO_MODAL_HTML: "https://w3a.link/pnp-vanillajs-no-modal-quick-start", |
18 | | - // PNP Android SDK |
19 | | - PNP_ANDROID_ANDROID: "https://w3a.link/pnp-android-quick-start", |
20 | | - // PNP iOS SDK |
21 | | - PNP_IOS_IOS: "https://w3a.link/pnp-ios-quick-start", // https://w3a.link/pnp-ios-quick-start", |
22 | | - // PNP React Native SDK |
23 | | - PNP_REACT_NATIVE_ANDROID: "https://w3a.link/pnp-react-native-android-quick-start", |
24 | | - PNP_REACT_NATIVE_IOS: "https://w3a.link/pnp-react-native-ios-quick-start", |
25 | | - // PNP Flutter SDK |
26 | | - PNP_FLUTTER_ANDROID: "https://w3a.link/pnp-flutter-android-quick-start", |
27 | | - PNP_FLUTTER_IOS: "https://w3a.link/pnp-flutter-ios-quick-start", |
28 | | - // PNP Unity SDK |
29 | | - PNP_UNITY_ANDROID: "https://w3a.link/pnp-unity-android-quick-start", |
30 | | - PNP_UNITY_IOS: "", // "https://w3a.link/pnp-unity-ios-quick-start" |
31 | | - PNP_UNITY_WEBGL: "https://w3a.link/pnp-unity-webgl-quick-start", |
32 | | - // SFA JS SDK |
33 | | - SFA_WEB_ANGULAR: "https://w3a.link/sfa-angular-quick-start", |
34 | | - SFA_WEB_NEXTJS: "https://w3a.link/sfa-nextjs-quick-start", |
35 | | - SFA_WEB_REACT: "https://w3a.link/sfa-react-quick-start", |
36 | | - SFA_WEB_VUE: "https://w3a.link/sfa-vue-quick-start", |
37 | | - SFA_WEB_HTML: "https://w3a.link/sfa-vanillajs-quick-start", |
38 | | - // SFA React Native SDK |
39 | | - SFA_REACT_NATIVE_ANDROID: "https://w3a.link/sfa-react-native-android-quick-start", |
40 | | - SFA_REACT_NATIVE_IOS: "https://w3a.link/sfa-react-native-ios-quick-start", |
41 | | - // SFA Android SDK |
42 | | - SFA_ANDROID_ANDROID: "https://w3a.link/sfa-android-quick-start", |
43 | | - // SFA iOS SDK |
44 | | - SFA_IOS_IOS: "", // "https://w3a.link/sfa-ios-quick-start", |
45 | | - // SFA Flutter SDK |
46 | | - SFA_FLUTTER_ANDROID: "https://w3a.link/sfa-flutter-android-quick-start", |
47 | | - SFA_FLUTTER_IOS: "", //"https://w3a.link/sfa-flutter-ios-quick-start", |
48 | | - // SFA Node SDK |
49 | | - SFA_NODE_NODE: "", |
50 | | - // MPC Core Kit SDK |
51 | | - MPC_CORE_KIT_WEB_ANGULAR: "https://w3a.link/mpc-core-kit-angular-quick-start", |
52 | | - MPC_CORE_KIT_WEB_NEXTJS: "https://w3a.link/mpc-core-kit-nextjs-quick-start", |
53 | | - MPC_CORE_KIT_WEB_REACT: "https://w3a.link/mpc-core-kit-react-quick-start", |
54 | | - MPC_CORE_KIT_WEB_VUE: "https://w3a.link/mpc-core-kit-vue-quick-start", |
55 | | - MPC_CORE_KIT_REACT_NATIVE_IOS: "", |
56 | | - MPC_CORE_KIT_REACT_NATIVE_ANDROID: "https://w3a.link/mpc-core-kit-rn-quick-start", |
57 | | - MPC_CORE_KIT_NODE_NODE: "", |
| 3 | + ANGULAR: "https://w3a.link/pnp-angular-modal-quick-start", |
| 4 | + HTML: "https://w3a.link/pnp-vanillajs-modal-quick-start", |
| 5 | + NEXTJS: "https://w3a.link/pnp-nextjs-modal-quick-start", |
| 6 | + REACT: "https://w3a.link/pnp-react-modal-quick-start", |
| 7 | + VUE: "https://w3a.link/pnp-vue-modal-quick-start", |
| 8 | + ANDROID: "https://w3a.link/pnp-android-quick-start", |
| 9 | + IOS: "https://w3a.link/pnp-ios-quick-start", // https://w3a.link/pnp-ios-quick-start", |
| 10 | + REACT_NATIVE: "https://w3a.link/pnp-react-native-android-quick-start", |
| 11 | + FLUTTER: "https://w3a.link/pnp-flutter-android-quick-start", |
| 12 | + UNITY: "https://w3a.link/pnp-unity-android-quick-start", |
58 | 13 | }; |
59 | 14 |
|
60 | 15 | export const quickStartSourceCode = { |
61 | | - // PNP Modal SDK |
62 | | - PNP_MODAL_REACT: |
| 16 | + REACT: |
63 | 17 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/react-modal-quick-start", |
64 | | - PNP_MODAL_ANGULAR: |
| 18 | + ANGULAR: |
65 | 19 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/angular-modal-quick-start", |
66 | | - PNP_MODAL_VUE: |
67 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/vue-modal-quick-start", |
68 | | - PNP_MODAL_NEXTJS: |
| 20 | + VUE: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/vue-modal-quick-start", |
| 21 | + NEXTJS: |
69 | 22 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/nextjs-modal-quick-start", |
70 | | - PNP_MODAL_NUXTJS: |
| 23 | + NUXTJS: |
71 | 24 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/nuxt-modal-quick-start", |
72 | | - PNP_MODAL_HTML: |
73 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/vanillajs-modal-quick-start", |
74 | | - // PNP No Modal SDK |
75 | | - |
76 | | - PNP_NO_MODAL_REACT: |
77 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/react-no-modal-quick-start", |
78 | | - PNP_NO_MODAL_ANGULAR: |
79 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start", |
80 | | - PNP_NO_MODAL_VUE: |
81 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/vue-no-modal-quick-start", |
82 | | - PNP_NO_MODAL_NEXTJS: |
83 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/nextjs-no-modal-quick-start", |
84 | | - PNP_NO_MODAL_NUXTJS: |
85 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/nuxt-no-modal-quick-start", |
86 | | - PNP_NO_MODAL_HTML: |
87 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/quick-starts/vanillajs-no-modal-quick-start", |
88 | | - // PNP Android SDK |
89 | | - PNP_ANDROID: |
| 25 | + HTML: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-modal-sdk/quick-starts/vanillajs-modal-quick-start", |
| 26 | + ANDROID: |
90 | 27 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android/android-quick-start", |
91 | | - // PNP iOS SDK |
92 | | - PNP_IOS: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-quick-start", |
93 | | - // PNP React Native SDK |
94 | | - PNP_REACT_NATIVE: |
| 28 | + IOS: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-quick-start", |
| 29 | + REACT_NATIVE: |
95 | 30 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/react-native/rn-bare-quick-start", |
96 | | - // PNP Flutter SDK |
97 | | - PNP_FLUTTER: |
| 31 | + FLUTTER: |
98 | 32 | "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/flutter/flutter-quick-start", |
99 | | - // PNP Unity SDK |
100 | | - PNP_UNITY: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/unity/unity-quick-start", |
101 | | - // PNP Unity SDK |
102 | | - PNP_UNREAL: "https://github.com/Web3Auth/web3auth-unreal-example/tree/master", |
103 | | - // SFA JS SDK |
104 | | - SFA_WEB_REACT: |
105 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-react-quick-start", |
106 | | - SFA_WEB_ANGULAR: |
107 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-angular-quick-start", |
108 | | - SFA_WEB_VUE: |
109 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-vue-quick-start", |
110 | | - SFA_WEB_NEXTJS: |
111 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-nextjs-quick-start", |
112 | | - SFA_WEB_HTML: |
113 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-web/quick-starts/sfa-vanillajs-quick-start", |
114 | | - // SFA React Native SDK |
115 | | - SFA_REACT_NATIVE: |
116 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-react-native/sfa-rn-bare-quick-start", |
117 | | - // SFA Android SDK |
118 | | - SFA_ANDROID: |
119 | | - "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android/android-quick-start", |
120 | | - // SFA iOS SDK |
121 | | - SFA_IOS: |
122 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-ios/sfa-ios-quick-start", |
123 | | - // SFA Flutter SDK |
124 | | - SFA_FLUTTER: |
125 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-flutter/sfa_flutter_quick_start", |
126 | | - // SFA Node SDK |
127 | | - SFA_NODE: |
128 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-node/sfa-node-quick-start", |
129 | | - // MPC Core Kit SDK |
130 | | - MPC_CORE_KIT_WEB_REACT: |
131 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-web/quick-starts/mpc-core-kit-react-quick-start", |
132 | | - MPC_CORE_KIT_WEB_ANGULAR: |
133 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-web/quick-starts/mpc-core-kit-angular-quick-start", |
134 | | - MPC_CORE_KIT_WEB_VUE: |
135 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-web/quick-starts/mpc-core-kit-vue-quick-start", |
136 | | - MPC_CORE_KIT_WEB_NEXTJS: |
137 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-web/quick-starts/mpc-core-kit-nextjs-quick-start", |
138 | | - MPC_CORE_KIT_REACT_NATIVE: |
139 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-react-native/mpc-core-kit-rn-quick-start", |
140 | | - MPC_CORE_KIT_NODE: |
141 | | - "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/mpc-core-kit-node/mpc-core-kit-node-quick-start", |
| 33 | + UNITY: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/unity/unity-quick-start", |
| 34 | + UNREAL: "https://github.com/Web3Auth/web3auth-unreal-example/tree/master", |
142 | 35 | }; |
143 | 36 |
|
144 | 37 | export interface GuidesInterface { |
|
0 commit comments