最新的
随时了解最新帖子。
帖子
1921Will Walrus support dynamic app data without external APIs?
I've been using Walrus for building dynamic websites, and I'm wondering if future updates will allow it to support direct storage of dynamic application data, similar to what Arweave and AO offer. Currently, I'm relying on external APIs for real-time data. Will Walrus eventually offer functionality to directly handle dynamic data storage, or will I need to keep packaging real-time data into blobs for upload?
- blob
00Having trouble with walrus.site? Here's a quick fix
Hey folks, I’m facing issues with my walrus.site being unreachable today, even though things were fine yesterday. I checked my internet and it's working; I can even access the main walrus.site page. Has anyone else experienced such issues, or could it be that my site has expired? If it is an expiry issue, are there any specific commands I should run to resolve this?
- Walrus
00- 讨论Elvin CLONE 227为SuiMay 02, 2025
SUI 硬币解锁只影响预售买家吗?
据我所知,SUI网络上将解锁硬币. 我很想知道这种解锁是否只影响那些参与预售类购买的人,还是会影响其他持有者?
- Sui
00 - 讨论为WalrusMay 01, 2025
Where else can I get SUI from a faucet?
I've been using a SUI faucet for some transactions, but I'm looking for alternative options to receive SUI tokens. Are there other faucets or methods I can try?
- Walrus
02 如何修复 Sui 钱包和 Ledger 的连接问题?
我在受我的 Ledger 设备保护的 Brave 浏览器上使用我的 Sui 钱包时遇到了问题. 当我尝试向交易所汇款时,它会提示我连接账本,但它声称已断开连接. 我该如何解决这个问题?我需要种子恢复短语来重新连接我的账本吗?
- Sui
- Architecture
02Is my file private when uploaded to Walrus?
I'm thinking of using Walrus for storing some files. My main concern is whether my files are private by default when I upload them. I don't really want my personal or sensitive data out in the open for everyone to see. Can someone let me know if there's a way to keep my files private, or should I be looking into alternatives?
- Walrus
- Typescript SDK
02- 讨论为WalrusMay 01, 2025
Where can I find Walrus developer documentation?
I'm getting started with Walrus, a decentralized storage protocol, and I need to find the developer documentation so I can start building applications. Can anyone point me to the right place?
- Walrus
- Typescript SDK
01 在 Sui 的售货亭里面:如何建立安全的 NFT 市场
什么是 Sui's Kiosk? Kiosk 是 Sui 区块链上的原生智能合约模块,旨在标准化和简化 NFT 的存储、管理和交易方式. 它充当可编程的 NFT 店面,非常适合那些希望避免为每个 NFT 相关项目重新设计方向盘的开发者. 无论您是在建立市场、游戏资产交易所还是数字收藏品画廊,Kiosk 都能为您提供安全、可自定义的构建模块. 🛠️ 自助终端的主要功能 -📦 NFT 存储和显示:用户可以将 NFT 存入 Kiosk 智能合约中以存储、炫耀或交易它们 -🔐 安全所有权转移:所有买入/卖出流程均已标准化且可验证——再见阴暗的互换 👋 -🎛️ 细粒度权限:Kiosk 允许开发人员准确定义谁可以用每个 NFT 做什么. -📈 开发者可扩展性:插件拍卖、批量上市、捆绑包等. 🤔 为什么要使用 Kiosk 进行构建? 想象一下你正在启动一个 NFT 应用程序. 你可能需要一种方法让用户安全地存储资产. 一种上市和购买资产的方法. Kiosk 可以为您处理所有这些. 您可以使用 Kiosk 久经考验的 API,而不是从头开始编写所有这些流程(冒着错误 🐛 或漏洞的风险). 🧪 示例应用程序:使用 Kiosk 进行构建 让我们来看一个真实的例子. 您将创建一个基本的 NFT 模块,然后使用 Kiosk 模块对其进行存款、上架并允许其他人购买. 分步代码分解 module 0xNFT::simple_nft { use sui::object::{UID}; use sui::tx_context::TxContext; struct SimpleNFT has key { id: UID, name: String, description: String, url: String, } public entry fun mint( name: String, description: String, url: String, ctx: &mut TxContext ): SimpleNFT { SimpleNFT { id: UID::new(ctx), name, description, url, } } } 命令(Sui CLI) Compile your package sui move build Deploy to network sui client publish --gas-budget 10000 Mint NFT sui client call --function mint --module simple_nft \ --args "My NFT" "Desc" "https://example.com/img.png" --gas-budget 1000 Initialize Kiosk sui client call --function init_kiosk --module kiosk_example --gas-budget 1000 Deposit NFT to Kiosk sui client call --function deposit_nft --module kiosk_example \ --args --gas-budget 1000 List for sale sui client call --function list_nft_for_sale --module kiosk_example \ --args 100 --gas-budget 1000 Purchase NFT sui client call --function purchase_nft --module kiosk_example \ --args --gas-budget 1000 对于 NFT 开发者来说,Kiosk 是 Sui 生态系统中最强大的原语之一. 它可以抽象出重复的逻辑,为您的应用程序堆栈注入安全性和模块化. 只需几行代码,您就可以建立完整的 NFT 市场流程,这些流程已做好生产准备并经过实战考验.
- Sui
2在 Brave 浏览器上将 Ledger 连接到 Sui 钱包
嘿,我在 Brave 浏览器上使用我的 Sui 钱包时遇到了问题. 当我尝试将一些资金转移到交易所的掉期交易时,它会要求我连接我的账本并进行确认. 尽管我已经这样做了,但它一直说它没有连接. 我已经更新了所有内容,但我仍然无法使用我的资金. 如何解决这个连接问题?
- Sui
01
- 2565
- 1780
- 402
- 397
- 396
- 369
- 360
- 345
- 328
- 296