-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (33 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solana Token Creator</title>
</head>
<body>
<h1>Solana Token Creator</h1>
<p>Create Solana Token in minutes using the most affordable No-code Platform <a href="https://solr.network">Solr Network</a>.</p>
<p>This repository lists the resources and the instructions that goes behind Solr Network</p>
<ul>
<li><a href="https://spl.solana.com/token">SPL Token Program</a></li>
<li><a href="https://developers.metaplex.com/token-metadata">Metaplex Token Metadata</a></li>
<li><a href="https://ipfs.tech/">IPFS</a></li>
</ul>
<h2>Libraries used</h2>
<ol>
<li>Solana SDK - SPL Token, Web3, Wallet-Adapter</li>
<li>Metaplex Foundation SDK</li>
<li>IPFS HTTP Client</li>
</ol>
<h2>FAQs</h2>
<ol>
<li>How can I create Solana Token for Free?
<p>Answer: You can use Solana CLI for creating a Solana Token for free? Please see the instructions above in SPL Token Program section.</p>
</li>
<li>I am not well-versed with coding, can I still create Solana Tokens?
<p>Answer: Yes, in that case you can use the no-code platform <a href="https://solr.network">Solana Token Creator</a></p>
</li>
</ol>
</body>
</html>