-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Niguez Randomity Engine | Random Number on Ethereum with Solidity</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Random numbers in Ethereum using solidity" />
<meta property="og:locale" content="en_US" />
<meta name="google-site-verification" content="lE5z0tq-H7Lia9L6hWQAUJXitc2DmL-4gg5Nrkzuepc" />
<meta name="description" content="Randomness | How to generate random numbers in Ethereum?">
<meta property="og:description" content="Niguez Randomity Engine | Securely generate random numbers on the Ethereum Blockchain in Solidity" />
<link rel="canonical" href="https://niguezrandomityengine.github.io" />
<meta property="og:url" content="https://niguezrandomityengine.github.io" />
<meta property="og:site_name" content="solidity random number" />
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="web3.min.js"></script>
<link href="bs.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<script src="nre.min.js"></script>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<a href="https://github.com/niguezrandomityengine/ethereumAPI"><br>API</a>
<span>|</span>
<a href="https://www.researchgate.net/publication/330513989_Niguez_Randomity_Engine_Secure_generation_and_usage_of_pseudo-random_numbers_on_the_Ethereum_Blockchain">WHITEPAPER</a>
<span>|</span>
<a href="https://github.com/niguezrandomityengine/guide/blob/master/guide.md">GUIDE<hr></a>
<img class="rounded-circle img-fluid d-block mx-auto" src="nre.png" title="Niguez Randomity Engine" alt="Niguez Randomity Engine">
<h1 class="mt-5">Niguez Randomity Engine</h1><hr>
<h4>Source of custom random numbers on the Ethereum Blockchain using Solidity</h4>
<h5>Ethereum Contract Address: 0x031eaE8a8105217ab64359D4361022d0947f4572</h5>
<h6>MAINNET | KOVAN | ROPSTEN | RINKEBY</h6><hr>
<h5>ThunderCore Contract Address: 0xA9EfBB7c3FE6410eB3edae1B97205209Cd41bA09</h5>
<h6>MAINNET | TESTNET</h6><hr>
<p id="first"></p>
<br><hr>
<p id="second"></p>
<hr>
<ul class="list-unstyled">
<li>© Niguez Randomity Engine | Programmed and designed by Sheikh R. Ahmed | MIT License</li>
</ul>
</div>
</div>
</div>
</body>
</html>