fixing spl post

This commit is contained in:
Matt Reeves 2024-03-26 19:17:20 +00:00
parent 20dacf5c7b
commit 6152a22eee
8 changed files with 54 additions and 36 deletions

View file

@ -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>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;1505 words&nbsp;·&nbsp;Matt</div> <div class="archive-meta"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span>&nbsp;·&nbsp;9 min&nbsp;·&nbsp;1708 words&nbsp;·&nbsp;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

View file

@ -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&amp;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&amp;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>

View file

@ -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 couldnt 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 couldnt 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>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;1505 words&nbsp;·&nbsp;Matt</footer> <footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span>&nbsp;·&nbsp;9 min&nbsp;·&nbsp;1708 words&nbsp;·&nbsp;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>

View file

@ -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&amp;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&amp;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

View file

@ -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 couldnt 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 couldnt 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>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;1505 words&nbsp;·&nbsp;Matt</footer> <footer class="entry-footer"><span title='2024-03-15 00:13:40 +0000 UTC'>March 15, 2024</span>&nbsp;·&nbsp;9 min&nbsp;·&nbsp;1708 words&nbsp;·&nbsp;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>

View file

@ -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&amp;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&amp;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>