fixing spl post
This commit is contained in:
parent
20dacf5c7b
commit
6152a22eee
8 changed files with 54 additions and 36 deletions
|
@ -210,7 +210,7 @@
|
||||||
<div class="archive-entry">
|
<div class="archive-entry">
|
||||||
<h3 class="archive-entry-title entry-hint-parent">How to create a Solana Token (SPL) from CLI with metadata
|
<h3 class="archive-entry-title entry-hint-parent">How to create a Solana Token (SPL) from CLI with metadata
|
||||||
</h3>
|
</h3>
|
||||||
<div class="archive-meta"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</div>
|
<div class="archive-meta"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 9 min · 1708 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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,8 +13,7 @@
|
||||||
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
||||||
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
||||||
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
||||||
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;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.
|
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). 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. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
|
||||||
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.</description>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Docker Compose Arr Stack Guide</title>
|
<title>Docker Compose Arr Stack Guide</title>
|
||||||
|
|
|
@ -167,10 +167,9 @@
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<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.
|
<p>I wanted to create an SPL token and after looking online I couldn’t find an updated guide. I mainly just found Keyglowmax (SCAM). 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. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain....</p>
|
||||||
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>
|
</div>
|
||||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</footer>
|
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 9 min · 1708 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>
|
<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>
|
</article>
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
||||||
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
||||||
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
||||||
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;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.
|
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). 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. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
|
||||||
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.</description>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Docker Compose Arr Stack Guide</title>
|
<title>Docker Compose Arr Stack Guide</title>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -152,10 +152,9 @@
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<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.
|
<p>I wanted to create an SPL token and after looking online I couldn’t find an updated guide. I mainly just found Keyglowmax (SCAM). 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. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain....</p>
|
||||||
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>
|
</div>
|
||||||
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 8 min · 1505 words · Matt</footer>
|
<footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span> · 9 min · 1708 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>
|
<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>
|
</article>
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
<link>https://mafyuh.com/posts/spl-token-cli/</link>
|
||||||
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
<pubDate>Fri, 15 Mar 2024 00:13:40 +0000</pubDate>
|
||||||
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
<guid>https://mafyuh.com/posts/spl-token-cli/</guid>
|
||||||
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;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.
|
<description>I wanted to create an SPL token and after looking online I couldn&rsquo;t find an updated guide. I mainly just found Keyglowmax (SCAM). 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. They also have you connect your wallet which is enough of a worry. This guide costs as little SOL as possible as everything is transacted directly on-chain.</description>
|
||||||
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.</description>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Docker Compose Arr Stack Guide</title>
|
<title>Docker Compose Arr Stack Guide</title>
|
||||||
|
|
Loading…
Reference in a new issue