forked from imperviousinc/foreverdomains.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (122 loc) · 5.53 KB
/
index.html
File metadata and controls
142 lines (122 loc) · 5.53 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Another Money</title>
<meta name="description" content="Another Money is crypto coin based on Arweave network that empowers Arweave Smart Contracts.">
<link rel="canonical" href="https://another.money" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/another.css" rel="stylesheet">
<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=Overpass:ital,wght@0,400;0,700;0,900;1,400&display=swap" rel="stylesheet">
</head>
<body>
<!-- .container -->
<div class="container-fluid header">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="logo">
<a class="" href="#">
<img src="img/logo.png" alt="another money">
</a>
</div>
<h1>Permaweb is epoch for Another Money</h1>
<h2>Another Money is <a href="#truly" class="header-link">smart coin</a> which means that it's golden standard for smart contracts</h2>
<!-- <form class="search form-inline" id="search-form" >
<div class="input-group input-group-lg">
<input name="data[Domain][name]" type="text" class="form-control" autocomplete="off" placeholder="Find your .forever domain" id="search-data">
<div class="input-group-btn" style="width:auto">
<button class="btn btn-primary">Search</button>
</div>
</div>
</form> -->
<a class="btn btn-primary btn-lg discord" href="https://discord.plus/nl">Join discord server!</a>
</div>
</div>
</div>
<!-- /.container -->
<!-- .container -->
<div class="container-fluid about">
<div class="container">
<div class="col-md-5 col-md-offset-1">
<h3>Based on Arweave blockchain</h3>
<p>Another Coin is the first serious non-PST token based on arweave blockchain.</p>
<p>Arweave is cheap and fast blockchain, so you can use Another Money as general coin for payments and etc. No more Ethereum's guilty gas fees!</p>
<p>Arweave also have Profit Sharing Tokens (PSTs), which allows to you earn ANO just by holding it! Try buying it on <a href="https://verto.exchange">Verto Exchange</a>.</p>
<p><a href="https://arweave.org">Learn more about Arweave <img src="img/arrow.svg" class="arrow"></a></p>
</div>
<div class="col-md-6 arweave">
</div>
</div>
</div>
<!-- /.container -->
<!-- .container -->
<div class="container-fluid compare " id="truly">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<h3>The first truly decentralized, smart and cheap token for usage in <span>SmartWeave smart contracts</span></h3>
<p class="text-white">You can learn about how to create your first SmartWeave contract in <a href="https://redstone.academy">Redstone Academy</a>, it's free!</p>
<h3 class="text-white-h">Here's little comparison table between smart contracts on Ethereum and smart contracts on Arweave:</h3>
<div class="tablewrap">
<table class="table table-responsive">
<thead>
<tr>
<th></th>
<th><img src="img/arweave-text.png" class="arweave-text"></th>
<th><img src="img/ethereum.png" class="ethereum"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Fees</th>
<td>< 0.01$/tx</td>
<td>From 3$ and up to 60$</td>
</tr>
<tr>
<th scope="row">Data storage</th>
<td>Chunks distributed between nodes</td>
<td>All state is in chain</td>
</tr>
<tr>
<th scope="row">NFTs content storage</th>
<td>Directly on mining nodes, treat as "in chain"</td>
<td>Centralized webservers of IPFS</td>
</tr>
<tr>
<th scope="row">Validation algorithm</th>
<td>Proof of Access</td>
<td>Proof of Work (Proof of Stake soon)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- .container -->
<!-- .container -->
<div class="container-fluid footer ">
<div class="container lower">
<div class="col-sm-6 links">
<ul>
<li><a href="https://arweave.org">Arweave</a></li>
<li><a href="https://redstone.academy">Redstone Smart contracts guide</a></li>
<li><a href="https://verto.exchange">Verto Exchange</a></li>
<li>© Copyright 2022 <a href="https://cybr.software/">Cybr Labs</a></li>
</ul>
</div>
<div class="col-sm-6 brand">
<div><img src="img/logo-footer.png"></div>
</div>
</div>
</div>
<!-- /.container -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>