-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcheckout-examples.json
More file actions
102 lines (102 loc) · 2.79 KB
/
checkout-examples.json
File metadata and controls
102 lines (102 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"sdk-connect-with-nextjs": {
"tutorial": "sdk-connect-with-nextjs.md",
"metadata": {
"title": "Checkout SDK Connect with NextJS",
"description": "Example app demonstrating integration of the Immutable Checkout SDK with Next.js for connecting with MetaMask wallets.",
"keywords": [
"Immutable",
"SDK",
"Checkout",
"MetaMask",
"Web3",
"Connect Wallet"
],
"tech_stack": [
"Next.js",
"TypeScript",
"Ethers.js"
],
"product": "Checkout",
"programming_language": "TypeScript",
"deprecated": false,
"sidebar_order": 1
}
},
"sdk-gas-estimation-with-nextjs": {
"tutorial": "sdk-gas-estimation-with-nextjs.md",
"metadata": {
"title": "Gas Estimation with Checkout SDK and Next.js",
"description": "Demonstrates how to use the Immutable Checkout SDK to estimate gas fees for different types of transactions such as swaps and bridging to Layer 2.",
"keywords": [
"Immutable",
"SDK",
"Gas Estimation",
"Checkout",
"MetaMask",
"Next.js",
"Swap",
"Bridge"
],
"tech_stack": [
"Next.js",
"TypeScript",
"ethers.js"
],
"product": "Checkout",
"programming_language": "TypeScript",
"deprecated": false,
"sidebar_order": 4
}
},
"sdk-switch-network-with-nextjs": {
"tutorial": "sdk-switch-network-with-nextjs.md",
"metadata": {
"title": "Switch Network with MetaMask using Next.js",
"description": "An example app demonstrating how to connect to MetaMask and switch between Ethereum networks using the Immutable Checkout SDK",
"keywords": [
"Immutable",
"SDK",
"MetaMask",
"Network Switching",
"Checkout",
"Wallet Connection"
],
"tech_stack": [
"Next.js",
"TypeScript",
"React",
"Ethers.js"
],
"product": "Checkout",
"programming_language": "TypeScript",
"deprecated": false,
"sidebar_order": 3
}
},
"sdk-wallet-balance-with-nextjs": {
"tutorial": "sdk-wallet-balance-with-nextjs.md",
"metadata": {
"title": "Wallet Balance with NextJS",
"description": "A NextJS app that demonstrates how to use the Immutable Checkout SDK to connect to MetaMask, fetch token balances, and display token information",
"keywords": [
"Immutable",
"SDK",
"Wallet",
"Balance",
"MetaMask",
"Token",
"NextJS"
],
"tech_stack": [
"NextJS",
"TypeScript",
"ethers.js"
],
"product": "Checkout",
"programming_language": "TypeScript",
"deprecated": false,
"sidebar_order": 2
}
}
}