将图像和名称添加到现有的WL Sploke

发布于 2025-02-10 01:04:21 字数 1106 浏览 3 评论 0原文

我一直在github上使用solana-labs/token-list repo( https://github.com/solana-labs/token-list )以将图像和名称上传到我通过控制台创建的令牌上,这很容易且容易。但是,当我昨晚上传新的时,我注意到该仓库仅在6月20日开始阅读。我想知道哪种替代方法是获得与我现有的wl spl toke相关的名称和图像,所以它不这样做' t在人民钱包中出现不明。

我总是创建使用这些命令在控制台中与糖果机一起使用的白名单令牌: spl token create-token-decimals 0 sploken create-account< token-key> spl token mint< token-key> 5<令牌 - 毛线>

,然后将其用作我的白名单键。

有没有办法在其他地方注册相同的方式? readme中指出的两个当前选项( https://app.strataprotocol.com/launchpad/manual/manual /new https://token-creator-lac.vercel.vercel.app/ )寻求帮助您创建尚未注册的新令牌。但是,如果我希望这个令牌是糖果机中使用的白名字令牌,我可以走这条路线吗?

我认为这是我到目前为止的最后一个阻止程序。我只是想确认某人知道在现场铸造过程中会起作用的另一条路线,以确保白名单按预期工作。任何帮助都一如既往地受到赞赏。

I have always used the Solana-labs / token-list repo on Github (https://github.com/solana-labs/token-list) to upload an image and name to the tokens I've created via the console, which was nice and easy. But when I went to upload a new one last night I noticed the repo is read-only as of June 20. I am wondering what the alternative way is to get a name and image associated with my existing WL SPL-token so it doesn't appear as unknown in peoples' wallets.

I've always created whitelist tokens to be used with candy machine in the console with these commands:
spl-token create-token --decimals 0
spl-token create-account <token-key>
spl-token mint <token-key> 5 <token-wallet>

And then used that as my whitelist key in the config.json.

Is there a way to register the same way somewhere else? The two current options noted in the Readme (https://app.strataprotocol.com/launchpad/manual/new and https://token-creator-lac.vercel.app/) look to help you create a new token that is not already registered. But can I go this route if I want this token to be a Whitelist token used in the Candy Machine?

I think this is my last blocker as of now. I am just wanting to confirm another route that someone knows will work during a live minting to ensure the whitelist works as expected. Any help is appreciated as always.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぺ禁宫浮华殁 2025-02-17 01:04:21

令牌列表从2022年6月20日开始。

现在的过程要简单得多,需要几秒钟而不是数小时/天。您需要使用 metaplex folgible令牌元数据标准 https://docs.metaplex.com/programs/token-metadata/token-token-stoke-dandard#the-fungible-standard

您可以找到技术细节这里: https://github.com/jacobcreech/jacobcreech/token-creator#Creating -a-solana-token

对于创建Spl-Tokens的形式的方式,请访问Strataprotocol Launchpad: https://app.strataprotocol.com/launchpad/manual/new

jacob Creech还建立了一个演示页: https://token-creator-lac.vercel.app

是的,是的,使用上述两种方式,您可以创建一个可以用作WL令牌的SPLETHE为您的糖果机。

如果您已经有一个令牌并想向其添加元数据,则可以如下所示这样做: https://github.com/jacobcreech/token-creator#adding-the-the-token-metadata

Token-List is deprecated as of June 20, 2022.

The process is much simpler now, and it takes seconds rather than hours/days. You need to create new Token Metadata using Metaplex Fungible Token Metadata Standard: https://docs.metaplex.com/programs/token-metadata/token-standard#the-fungible-standard

You can find the technical details here: https://github.com/jacobcreech/Token-Creator#creating-a-solana-token

For a form-like way to create SPL-tokens, visit StrataProtocol launchpad: https://app.strataprotocol.com/launchpad/manual/new

There is also a demo page built by Jacob Creech: https://token-creator-lac.vercel.app

And yes, using either of the above ways, you can create an SPL-token which can be used as a WL token for you candy machine.

If you already have a token and want to add metadata to it, you can do so as shown here: https://github.com/jacobcreech/Token-Creator#adding-the-token-metadata

月亮是我掰弯的 2025-02-17 01:04:21

在开发人员朋友的帮助下,我使用Metaplex folggible代币元数据标准,可以相互使用,该程序可用于创建元数据并上传您的徽标详细信息。您所要做的就是插入按键和令牌地址并运行该程序。
https://github.com/mofrey-max/mofrey-max/token-max-max-max-max- Metadata-Program/Tree/Main/Mpl 这是源代码的回购。
Main.ts用于更新您的徽标图像名称和描述,而Intial.ts用于创建您的元数据帐户以及徽标,图像和描述。
无需仅创建新的令牌即可。

Using Metaplex Fungible Token Metadata Standard i have with the help of a developer friend write a program that can use be used conviently to create metadata and upload your logo details. All you have to do is insert your keypair and Token Address and run the program.
https://github.com/mofrey-max/token-metadata-program/tree/main/mpl these is the repo to source code.
The main.ts is used to update your Logo image Name and Description while the intial.ts is used to create your metadata account and your logo, image, and description.
No need to create a new token just the existing token.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文