fixing spl post 2
This commit is contained in:
parent
c1bb3299ef
commit
20dacf5c7b
5 changed files with 8 additions and 8 deletions
|
@ -210,7 +210,7 @@
|
|||
<div class="archive-entry">
|
||||
<h3 class="archive-entry-title entry-hint-parent">How to create a Solana Token (SPL) from CLI with metadata
|
||||
</h3>
|
||||
<div class="archive-meta"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1506 words · Matt</div>
|
||||
<div class="archive-meta"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</div>
|
||||
<a class="entry-link" aria-label="post link to How to create a Solana Token (SPL) from CLI with metadata" href="https://mafyuh.com/posts/spl-token-cli/"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -170,7 +170,7 @@
|
|||
<p>I wanted to create an SPL token and after looking online I couldn’t find an updated guide. So I thought I would learn and share. There are much easier ways to create these tokens but they cost $ and spending more $ than needed is no fun. This guide costs as little SOL as possible as everything is transacted directly on-chain. Everything is done from the CLI.
|
||||
This guide just covers the basics, the tools used are way more powerful than what I use them for, this is just creating a basic token with no taxes or locked supply or anything complex, but these tools do support those options....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1506 words · Matt</footer>
|
||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</footer>
|
||||
<a class="entry-link" aria-label="post link to How to create a Solana Token (SPL) from CLI with metadata" href="https://mafyuh.com/posts/spl-token-cli/"></a>
|
||||
</article>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -155,7 +155,7 @@
|
|||
<p>I wanted to create an SPL token and after looking online I couldn’t find an updated guide. So I thought I would learn and share. There are much easier ways to create these tokens but they cost $ and spending more $ than needed is no fun. This guide costs as little SOL as possible as everything is transacted directly on-chain. Everything is done from the CLI.
|
||||
This guide just covers the basics, the tools used are way more powerful than what I use them for, this is just creating a basic token with no taxes or locked supply or anything complex, but these tools do support those options....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1506 words · Matt</footer>
|
||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</footer>
|
||||
<a class="entry-link" aria-label="post link to How to create a Solana Token (SPL) from CLI with metadata" href="https://mafyuh.com/posts/spl-token-cli/"></a>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in a new issue