-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
112 lines (104 loc) · 4.69 KB
/
index.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
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Otterspace Badges - The Soul Otters</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="/src/base.css" />
<script src="./web3-input.js"></script>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@otterspace_xyz">
<meta name="twitter:title" content="Soul Otter">
<meta name="twitter:description"
content="A Soul Otter is a Non-Transferable NFT, which is also sometimes referred to as a Soul Bound Token or an Account Bound Token. It is our implementation of the EIP-4973">
<meta name="twitter:image"
content="https://bafkreiggtemeset3yfx3hp36msryufkfob6ibhc7gpet3w6hhzfohnwgku.ipfs.nftstorage.link/">
<meta name="description"
content="Mint an an Otterspace test badge as a Soul Bound Token / Account Bound token / Non-transferable NFT, per EIP-4973." />
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<link rel="icon" href="/favicon.ico" />
<script defer data-domain="badges.otterspace.xyz" src="https://plausible.io/js/plausible.js"></script>
</head>
<body class="container grid mx-auto gap-4 xl:gap-10 text-center">
<div class="flex items-center text-center mx-auto pt-6">
<img src="/otter-astronaut.png" alt="Otterspace" class="justify-self-center" />
<!-- <span class="text-6xl font-medium pl-2 text-gray-700">
Otterspace
</span> -->
</div>
<div class="text-center grid gap-6 bg-white rounded-lg p-4 xl:p-10 xl:mx-48">
<h1 class="text-2xl xl:text-4xl">🦦 Mint an Otter for your Soul 👻 </h1>
<a href="https://twitter.com/intent/tweet?url=https://badges.otterspace.xyz&text=I just minted a Soul Otter, a soul bound token by @otterspace_xyz &related=nft,web3,crypto,soulbound,eip4973"
class="underline text-blue-500 font-bold" target="_blank">🐦 Share on twitter 🐦</a>
<div class="grid xl:grid-cols-2 gap-6 text-left">
<div class="bg-fuchsia-100 w-full rounded-lg p-6">
<h1 class="text-2xl">
The Otter Lore 🧙
</h1>
<p class="text-lg mt-6">
A Soul Otter is an Otter bound to your soul. Soul Otters live in a small pool in the far corner of the
Otterverse, east of Hero's Rest. Don't forget to hug the Otter once it spawns
</p>
<ul class="mt-6 list-disc ml-4 text-sm">
<li>
<a class="underline text-blue-600" href="https://otterspace.mirror.xyz/Cec_bTSsLgcohuaV5dkOJTbaYuFB6tF8jhxzN_30k1A"
target="_blank">The Otters go Soul Bound - Part I</a>
</li>
<li>
<a class="underline text-blue-600" href="https://otterspace.mirror.xyz/aN5_EepB1x_En12_gzTNyZuvMUmbXbwKnISc2rEg7a0"
target="_blank">The Otters go Soul Bound - Part II</a>
</li>
</ul>
</div>
<div class="bg-blue-100 w-full rounded-lg p-6">
<h1 class="text-2xl">
The Nerdy Stuff 🤓
</h1>
<p class="text-lg mt-6">
A Soul Otter is a Non-Transferable NFT, which is also sometimes referred to as a Soul Bound Token or an
Account Bound Token. It is our implementation of the EIP-4973
<ul class="mt-6 list-disc ml-4 text-sm">
<li>
GitHub:
<a class="underline text-blue-600" href="https://github.com/otterspace-xyz/otterspace-contracts "
target="_blank">view code</a>
</li>
<li>
Contract:
<a class="underline text-blue-600"
href="https://rinkeby.etherscan.io/address/0x9a8469255a7d41a715e539a22eb1127be0973a1e#code"
target="_blank">view on Etherscan</a>
</li>
<li>
EIP-4973:
<a class="underline text-blue-600" href="https://github.com/ethereum/EIPs/pull/4973/" target="_blank">see
PR on GitHub</a>
</li>
<li>
Token URI:
<a class="underline text-blue-600"
href="https://ipfs.io/ipfs/QmdoUaYzKCMUmeH473amYJNyFrL1a6gtccQ5rYsqqeHBsC">
view on IPFS
</a>
</li>
</ul>
</p>
</div>
</div>
<web3-abt-form class=""></web3-abt-form>
<div class="font-bold text-xs xl:text-lg">
👉👉👉 Only works with Metamask on Rinkeby testnet 👈👈👈
</div>
</div>
<div class="text-lg">
<a href="https://www.otterspace.xyz/" class="underline pb-10">Made with ❤️ by Otterspace 🦦</a>
</div>
</body>
</html>
<!-- <h1>
For the crypto curious:
</h1>
<p>
</p> -->