如何使用拍卖屋框架允许我的社区,而不拥有店面创建自己的拍卖?

发布于 2025-02-04 06:46:39 字数 42 浏览 3 评论 0 原文

我正在寻找一种让我的社区在我的店面上创建自己的拍卖的方法,这怎么可能?

I am looking for a way to allow my community to create their own auctions on my storefront, how is this possible?

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

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

发布评论

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

评论(1

梦一生花开无言 2025-02-11 06:46:39

根据马克·萨克伯格(Mark Sackerberg)的评论,V1店面被弃用,拍卖室V2框架可能是您应针对任何新项目的目标。

目前尚无官方UI拍卖行。但是,拍卖行框架本身(带有基础合同)是很好的选择,可以在这里找到:

https://github.com/metaplex-foundation/metaplex-program-library/tree/tree/master/auction/auction-house

拍卖行的命令行客户端的命令行客户在这里:

您可以使用CLI中的示例来构建您自己的UI。

另外,Metaplex正在准备官方拍卖行参考实施UI。我们被告知,即使尚未确认正式发布日期,也应该很快就可以提供。

根据您的时间表,技能和学习胃口,您可能需要滚动自己的UI。在这种情况下,上述链接是一个不错的起点。否则,您可以等待官方的UI参考实现。

As per Mark Sackerberg's comment, v1 storefront is deprecated and auction-house v2 framework is probably what you should targeting for any new projects.

There is no official UI for auction house yet. However, the auction house framework itself (with the underlying contracts) is good to go and can be found here:

https://github.com/metaplex-foundation/metaplex-program-library/tree/master/auction-house

The command line client for auction house is here:

https://github.com/metaplex-foundation/metaplex/blob/master/js/packages/cli/src/auction-house-cli.ts

You can use the examples from the cli to build your own UI.

Alternatively, metaplex are preparing the official auction house reference implementation UI. We are told that should be available fairly soon even though the official release date has not yet been confirmed.

Depending on your timelines, skillset and learning appetite, you may want to roll your own UI. In that case, the above links are a good place to start. Or else you can wait for the official UI reference implementation.

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