-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaffeeblockchain.html
57 lines (53 loc) · 3.68 KB
/
caffeeblockchain.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
<!DOCTYPE html>
<html>
<head>
<title>CaffeeCoin About</title>
<meta charset="utf-8">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<!-- Favicon -->
<link rel="icon" href="caffee.png" />
</head>
<!--
░█████╗░░█████╗░███████╗███████╗███████╗███████╗
██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██╔════╝
██║░░╚═╝███████║█████╗░░█████╗░░█████╗░░█████╗░░
██║░░██╗██╔══██║██╔══╝░░██╔══╝░░██╔══╝░░██╔══╝░░
╚█████╔╝██║░░██║██║░░░░░██║░░░░░███████╗███████╗
░╚════╝░╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░╚══════╝╚══════╝
Woah so thats a nice website
created by N.L.C
-->
<body>
<!--NavBar-->
<header>
<img class="nav__logo" src="caffee.png" width="5%" height="5%" alt="caffee">
<nav>
<ul class="nav__links">
<li><a style="color: white;" href="index.html">Home</a></li>
<li><a style="color: white;" href="wallet.html">Wallets</a></li>
<li><a style="color: white;" href="upcoming.html">Upcoming</a></li>
<li><a style="color: white;" href="about.html">About</a></li>
<li><a style="color: white;" href="contribute.html">Contribute</a></li>
</ul>
</nav>
<a class="cta" href="buycaffeecoin.html"><button style="color: black;">Buy CaffeeCoin</button></a>
</header>
<!--Background-->
<body style="background-color: black;"></body>
<!--Main-->
<main style="text-align: center; color: white;">
<h1 style="color: white;">CaffeeCoin Blockchain Explained</h1>
<br>
<hr>
<br>
<img src="https://www.euromoney.com/learning/~/media/4305AB9860D34A26ACBD34FCC9422684.png?la=en&hash=31AFCC82578BB687B747D53597B8487825DC2CFA" height=30% width=30% alt="how blockchain works">
<div class="blockchain_explained">
<br>
<h3 style="font-weight: 100;">The CaffeeCoin Blockchain runs on the Scrypt Algorithim and also runs on decentralised nodes all around the world by participants</h3> there are two parts the first part is the linka nd the second part to the block is the data
<br>
<br>
<h3 style="font-weight: 100;">A transaction gets made, and then it gets verified by the miners. The miner that contributes most to the verification and the lucky one, gets to make the new block for the transaction and gets rewarded 100 coins, the mining algorithim that the miner uses is the Scrypt algorithim, the miner will take the old data from the previous block from the data section and will store it in the link section of the block and then stores the new data in the link and then uploads the new block to the participating nodes which will then accept the new block and will get sent to every node in the CaffeeCoin Blockchain. Then the transaction is complete and you can view it on our blockchain explorer! :)</h3>
</div>
</main>
</body>