-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (110 loc) · 6.02 KB
/
index.html
File metadata and controls
133 lines (110 loc) · 6.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Mintr is a free minting tool by NFTr.pro">
<meta name="author" content="NFTr.pro">
<title>Mintr by NFTr.pro</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand mintr">Mintr</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0"></ul>
<a href="https://nftr.pro" class="d-flex align-items-center text-dark text-decoration-none">
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="40"
height="32"
viewBox="0 0 320 280" style="enable-background:new 0 0 320 280;" xml:space="preserve">
<style type="text/css">.st0 {
fill: #ED1E67;
}</style>
<g><g><path class="st0" d="M298.2,107.9c5.3-1.8,11.5-2.7,18.8-2.7l-3.6,18.6c-1.8-0.3-3.4-0.5-4.8-0.5c-15.9,0-25.5,8.4-28.9,25.1 l-8.3,41H252l16.5-83.3H287l-2.2,10.8C288.5,112.6,292.9,109.6,298.2,107.9z"/></g>
<path class="st0"
d="M61.2,137.9c-4.5-15.4-13.9-54.4-13.9-55.3l-12.2,7v99.8l12.3,7V143l13.8,61.5l11.6,6.7V67.8l-11.6,6.7 L61.2,137.9z"/>
<polyline class="st0"
points="141.5,132.3 101.7,132.3 101.7,67.7 121.6,56 155.8,76 155.8,59.5 121.6,39.4 87.3,59.5 87.3,219.6 101.7,227.9 101.7,146.7 141.5,146.7"/>
<polygon class="st0"
points="164.5,81.3 179.2,89.8 179.3,206 193.6,197.8 193.5,98 208,106.4 207.9,89.7 164.5,64.5"/>
<path class="st0"
d="M121.5,1.5L2,70.5v138l119.5,68.9L241,208.6v-138L121.5,1.5z M15.2,200.9V78.1l106.3-61.7L226,79.3v120.6 l-104.4,60.4L15.2,200.9z"/></g></svg>
</a>
</div>
</div>
</nav>
<div class="col-lg-8 mx-auto p-3 py-md-5">
<main>
<h1 class="mintr">Welcome to Mintr!</h1>
<p class="fs-5 col-md-8">This is a simple tool for minting Chia NFTs!</p>
<div class="mb-5">
<a href="mint/" class="btn btn-primary btn-lg px-4">Mint an NFT</a>
</div>
<hr class="col-3 col-md-2 mb-5">
<div class="row g-5">
<div class="col-md-6">
<h2>Getting started</h2>
<p>To mint your own NFTs you will need to set up a few things first.</p>
<div>
<a href="https://chia.net/download" rel="noopener" target="_blank">
Chia Downloads</a>
<p>Download, install and run Chia in full-node mode (Farming)</p>
</div>
<div><a href="https://nft.storage" rel="noopener" target="_blank">
NFT.storage</a>
<p>Get your own API key for uploading to IPFS using Mintr's "basic" mode.</p>
</div>
<div><a href="https://www.youtube.com/watch?v=582v0wSsoiU" rel="noopener" target="_blank">
NFT1 (Chia) Minting tutorial</a>
<p>Create your collection's DID and NFT wallets.
You can follow this YouTube tutorial from xch foundation.</p>
</div>
<div><a href="https://www.uuidgenerator.net/version4" rel="noopener" target="_blank">
UUID Generator </a>
<p>Create a Collection Id (UUID v4) for your collection.</p>
</div>
<div>
<a href="https://faucet.chia.net/" rel="noopener" target="_blank">
Chia Faucet</a>
<p>Get free XCH from Chia's official source to get started.</p>
</div>
</div>
<div class="col-md-6">
<h2>Resources</h2>
<div>
<a href="https://devs.chia.net/guides/nft-developer-guide/" rel="noopener" target="_blank">
Chia's NFT Developer Guide</a>
<p>Chia's official documentation, including step-by-step instructions for getting started.</p>
</div>
<div>
<a href="https://jsonschemavalidator.net/s/0Aw7Bmlb" rel="noopener" target="_blank">
JSON Schema Validator</a>
<p>A JSON validator with the Chia NFT metadata schema loaded.</p>
</div>
<h2>Source Code</h2>
<div>
<a href="https://github.com/NFTr/mintr-web" rel="noopener" target="_blank">
mintr-web</a>
<p>The source code for this web app on GitHub.</p>
</div>
<div>
<a href="https://github.com/NFTr/mintr-local" rel="noopener" target="_blank">
mintr-local</a>
<p>The source code for the local helper tools designed to make this even easier.</p>
</div>
</div>
</div>
</main>
<footer class="pt-5 my-5 text-muted border-top centered">
<a href="https://nftr.pro/mintr">Mintr</a> was created by <a href="https://nftr.pro">NFTr.pro</a> for free use by everyone. Share and enjoy.
</footer>
</div>
</body>
</html>