-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnami_submit_api_template.html
99 lines (78 loc) · 4.93 KB
/
nami_submit_api_template.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/nami_submit_api.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<title>Nami Wallet - SPO NODE LINK</title>
</head>
<body bgcolor="#1d9bf0" text="white">
<div class="title">How to Use Nami Wallet and SPO Direct Node Link</div>
<div class="item main">
<div class="steps_container">
<div class="steps_1">
<div class="step_img">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_1.png" alt="Nami Submit API step 1"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
<div class="step_text_container"><h1 class="step_title">STEP 1 of 6</h1><p class="step_text">Open your Nami Wallet browser Extention </p><p class="step_text">If you have not setup a Nami wallet yet you need to either create a new wallet or import your wallet to Nami. Visit <a href="https://namiwallet.io/" class="underline_black" target="_blank">https://namiwallet.io/</a></p>
<!--<button class="card_btn">Learn How to Delegate</button>-->
</div>
</div><!--steps 1-->
<div class="steps_2">
<div class="step_text_container"><h1 class="step_title">STEP 2 of 6</h1><p class="step_text">Once you open your Nami Wallet in your browser you should see your wallet details.</p><p class="step_text">Click on your profile image in the top right.</p>
<!--<button class="card_btn">Learn How to Delegate</button>--></div>
<div class="step_img_right">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_2.png" alt="Nami Wallet Submit API Step 2"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
</div><!--Steps 2-->
<div class="steps_1">
<div class="step_img">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_3.png" alt="Nami Submit API Step 3"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
<div class="step_text_container"><h1 class="step_title">STEP 3 of 6</h1><p class="step_text">Once you click on your profile your Account menu will pop-up. </p><p class="step_text">Then click "Setting".</p>
<!--<button class="card_btn">Learn How to Delegate</button>-->
</div>
</div><!--steps 1-->
<div class="steps_2">
<div class="step_text_container"><h1 class="step_title">STEP 4 of 6</h1><p class="step_text">Once in Settings, Click on the “Network”.</p>
<!--<button class="card_btn">Learn How to Delegate</button>--></div>
<div class="step_img_right">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_4.png" alt="Nami Submit API Step 4"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
</div><!--Steps 2-->
<div class="steps_1">
<div class="step_img">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_5.png" alt="Nami Submit API Step 5"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
<div class="step_text_container"><h1 class="step_title">STEP 5 of 6</h1><p class="step_text">Make sure slider is on Mainnet.</p><p class="step_text">Click "Custom Node" Check box.</p>
<!--<button class="card_btn">Learn How to Delegate</button>-->
</div>
</div><!--steps 1-->
<div class="steps_2">
<div class="step_text_container"><h1 class="step_title">STEP 6 of 6</h1><p class="step_text">Now paste your prefer SPO link found on <a href ="https://www.freeloaderz.io/" class="underline_black" target="_blank">freeloaderz.io</a> into the text box and click "Apply".</p><p class="step_text"><b>CONGRATULATIONS YOU ARE NOW SET FOR FASTER TRANSACTIONS DUE TO DIRECT SPO NODE LINK<br><br>THANKS FOR YOUR SUPPORT!</b></p>
<!--<button class="card_btn">Learn How to Delegate</button>--></div>
<div class="step_img_right">
<label>
<input type="checkbox">
<img class="card_step_img" src="images/nami_submit_api/nami_submit_api_step_6.png" alt="Nami Submit API Step 6"><i class="fa fa-search-plus" aria-hidden="true"></i></label>
</div>
</div><!--Steps 2-->
</div><!--steps container-->
</div><!--item main-->
</body>
</html>