#suidevtips search results
Sealに関するブログ記事公開しました!🦭 #SuiDevTips 【Sui】Sealを使って特定のSuiNSサブドメイン保有者に復号を許可する方法 SealのGitHubレポジトリにはいくつかのパターン例が記載されています (ホワイトリスト、サブスクリプション、タイムロックetc)…
あれ、しれっと"Payment Kit"なるSDKが誕生してるやん👀 Sui公式の「安全で標準化された決済フレームワーク」っぽい🚀 ドキュメントはこちら! docs.sui.io/standards/paym… 普通にMoveの勉強にもなりそう!あとで読む📝 #SuiDevTips
Onigiri pumping out #SuiDevTips
Sealに関するブログ記事公開しました!🦭 #SuiDevTips 【Sui】Sealを使って特定のSuiNSサブドメイン保有者に復号を許可する方法 SealのGitHubレポジトリにはいくつかのパターン例が記載されています (ホワイトリスト、サブスクリプション、タイムロックetc)…
まだ草案ですが、SIP-55 として #Sui の「Infallible PTB」が議論されています! #SuiDevTips #Move 💡 Infallible PTBって? 普通のPTBは「ひとつ失敗したら全部やり直し」 でもInfallibleなら「失敗した部分だけ巻き戻し、他はそのまま成功」できます ✅ DEXアグリゲーターで一部のルートだけ失敗…
🚀 Suiを深く理解したい人に読んでほしい記事 「How Transactions Work on Sui」は、Suiのトランザクションが どのように作成・検証・承認・実行・記録されるかを 🎮 アーケードや☕ コーヒー購入の例えでやさしく解説しています! #SuiDevTips…
少し前に話題になった、Sui Moveにおける新たなオブジェクトの概念「Party Objects」 docsでは現状、単一所有のみサポートとありますが、コード見る限り複数所有も前提になっている設計になっているので、こちらの対応が待ち遠しいですね🔥 #SuiDevTips
Party Objects are here on Sui mainnet! Think of them as a new type of object that blends: 🔒 Control of owned objects 📑 Consensus versioning of shared objects That means objects you can move between fastpath & consensus, with built-in versioning - and soon, multi-owner +…
🌊 Suiのデータアクセスが進化! Suiはこれまで使われてきたJSON-RPCを段階的に廃止し、 gRPCとGraphQL RPCという新しい仕組みに移行します。 これは「Suiの中の情報をどう取り出すか」が根本的に変わる大きな転換です 具体的にどう変わるの?? #SuiDevTips 🔽Sui開発者の @iv_dev3…
Sui is migrating from JSON-RPC to gRPC and GraphQL. This update that has been talked about since last month is going to be one of the biggest changes coming for developers. I compiled all the info (videos + blog posts + docs) into one article: seleodigie.substack.com/p/the-next-evo…
💧 Sui Coin 標準が大幅アップデート! 新しい coin_registry モジュールにより、トークン設計がより柔軟で安全に進化しました! pikaさんの投稿とdocsを元に解説します👇 #SuiDevTips 🔹 1. Mint権限の扱いが改善 旧仕様では TreasuryCap を焼却して発行権を放棄すると、…
#Sui has launched a new token standard called `coin_registry`. Let's take a deep dive into the code to understand its improvements.
Sui Move共有オブジェクトの設計について #SuiDevTips 🔽翻訳 Suiの利点のひとつは、多くの場合、アプリを複数の共有オブジェクトに負荷を分散するように設計できる点です。 私たちが構築中のプロトコルでも、このパターンを採用しています。…
An advantage of Sui is that, in many cases, it's possible to design an app in a way that distributes load across multiple shared objects. We're using this pattern across a protocol we're building. So if you design with shared object congestion in mind, it's possible to reduce or…
I just published a new blog post about Seal! 🦭 #SuiDevTips [Sui] How to Allow Only Specific SuiNS Subdomain Holders to Decrypt with Seal The Seal GitHub repo already shows some example patterns (whitelist, subscription, timelock, etc.). But I thought, wouldn’t it be more…
#sui move gelişitiriciliği eğitiminden bir an. geliştirici olmak isteyenler için ben de sui tarafının fırsatlara acık oldugunu düşünüyorum soruları olanlara yardımcı olabilirim #Move #SuiDevTips #buildermare
GM from Ankara/Türkiye @buildermare is shaping the future of @SuiNetwork by training the next wave of developers to build what's next. Hopefully, we can have the SUIHUB in Türkiye soon 🙏 Let's MOVE!
まだ議論段階ですが、Suiのウォレット自動承認が話題です! #SuiDevTips 💡 ウォレットの自動承認って? Web3では、ゲームやDEXでトランザクションの承認が何度も必要になりますよね そのたびに「署名しますか?」って聞かれるのは面倒…。 そこで登場するのが 自動承認(auto-approvals)。…
シュガーマンさんに教えてもらったんだけど、確かにMove Bookでsoonなページはもう無くなった気がする!一旦完成系になったってことかな? 改めて最初から読んでみるか🔥 move-book.com #SuiDevTips
move-book.com
The Move Book
This is The Move Book - a comprehensive guide to the Move programming language and the Sui
あれ、しれっと"Payment Kit"なるSDKが誕生してるやん👀 Sui公式の「安全で標準化された決済フレームワーク」っぽい🚀 ドキュメントはこちら! docs.sui.io/standards/paym… 普通にMoveの勉強にもなりそう!あとで読む📝 #SuiDevTips
🚀 Suiを深く理解したい人に読んでほしい記事 「How Transactions Work on Sui」は、Suiのトランザクションが どのように作成・検証・承認・実行・記録されるかを 🎮 アーケードや☕ コーヒー購入の例えでやさしく解説しています! #SuiDevTips…
【翻訳解説】EVMからMoveへ:Part 2 MoveやEVMの監査をしているVulSightの記事がわかりやすかったので、SolidityとMove(Aptos, Sui)の違いをわかりやすく整理しました 今回は「型と権限の仕組み(Abilities & Access Control)」を中心に、Moveの設計思想を解説します👇 #SuiDevTips 🧩…
【翻訳解説】VMからMoveへ:Part 1 MoveやEVMの監査をしているVulSightの記事がわかりやすかったので、SolidityとMove(Aptos, Sui)の違いをわかりやすく整理しました👇 #SuiDevTips 💡 EVM(Solidity) は「コントラクト中心」 コードとデータが1つのコントラクトにまとまっており、…
🌊 Suiのデータアクセスが進化! Suiはこれまで使われてきたJSON-RPCを段階的に廃止し、 gRPCとGraphQL RPCという新しい仕組みに移行します。 これは「Suiの中の情報をどう取り出すか」が根本的に変わる大きな転換です 具体的にどう変わるの?? #SuiDevTips 🔽Sui開発者の @iv_dev3…
Sui is migrating from JSON-RPC to gRPC and GraphQL. This update that has been talked about since last month is going to be one of the biggest changes coming for developers. I compiled all the info (videos + blog posts + docs) into one article: seleodigie.substack.com/p/the-next-evo…
💧 Major Update to the Sui Coin Standard! With the new coin_registry module, token design on Sui has become more flexible and secure than ever! Based on pika’s post and the official docs👇 #SuiDevTips 🔹 1. Improved Handling of Mint Authority In the old design, if you burned the…
#Sui has launched a new token standard called `coin_registry`. Let's take a deep dive into the code to understand its improvements.
💧 Sui Coin 標準が大幅アップデート! 新しい coin_registry モジュールにより、トークン設計がより柔軟で安全に進化しました! pikaさんの投稿とdocsを元に解説します👇 #SuiDevTips 🔹 1. Mint権限の扱いが改善 旧仕様では TreasuryCap を焼却して発行権を放棄すると、…
#Sui has launched a new token standard called `coin_registry`. Let's take a deep dive into the code to understand its improvements.
Sui Move共有オブジェクトの設計について #SuiDevTips 🔽翻訳 Suiの利点のひとつは、多くの場合、アプリを複数の共有オブジェクトに負荷を分散するように設計できる点です。 私たちが構築中のプロトコルでも、このパターンを採用しています。…
An advantage of Sui is that, in many cases, it's possible to design an app in a way that distributes load across multiple shared objects. We're using this pattern across a protocol we're building. So if you design with shared object congestion in mind, it's possible to reduce or…
まだ草案ですが、SIP-55 として #Sui の「Infallible PTB」が議論されています! #SuiDevTips #Move 💡 Infallible PTBって? 普通のPTBは「ひとつ失敗したら全部やり直し」 でもInfallibleなら「失敗した部分だけ巻き戻し、他はそのまま成功」できます ✅ DEXアグリゲーターで一部のルートだけ失敗…
まだ議論段階ですが、Suiのウォレット自動承認が話題です! #SuiDevTips 💡 ウォレットの自動承認って? Web3では、ゲームやDEXでトランザクションの承認が何度も必要になりますよね そのたびに「署名しますか?」って聞かれるのは面倒…。 そこで登場するのが 自動承認(auto-approvals)。…
少し前に話題になった、Sui Moveにおける新たなオブジェクトの概念「Party Objects」 docsでは現状、単一所有のみサポートとありますが、コード見る限り複数所有も前提になっている設計になっているので、こちらの対応が待ち遠しいですね🔥 #SuiDevTips
Party Objects are here on Sui mainnet! Think of them as a new type of object that blends: 🔒 Control of owned objects 📑 Consensus versioning of shared objects That means objects you can move between fastpath & consensus, with built-in versioning - and soon, multi-owner +…
BLさんがDerived Addressに熱狂している🚀 #SuiDevTips 🔽翻訳 " Suiのアンバサダーの皆さん、SuiNSの派生アドレスの影響について考えたことはありますか? これで、リーフサブネームをオブジェクトにマッピングすることが、作成される前に行えるようになりました。なんてこった! " 🍙…
Sui ambassadors, have you thought about the implications of derived addresses for SuiNS? It's now possible to map leaf subnames to objects BEFORE they're created. OMFG.
I just published a new blog post about Seal! 🦭 #SuiDevTips [Sui] How to Allow Only Specific SuiNS Subdomain Holders to Decrypt with Seal The Seal GitHub repo already shows some example patterns (whitelist, subscription, timelock, etc.). But I thought, wouldn’t it be more…
Onigiri pumping out #SuiDevTips
Sealに関するブログ記事公開しました!🦭 #SuiDevTips 【Sui】Sealを使って特定のSuiNSサブドメイン保有者に復号を許可する方法 SealのGitHubレポジトリにはいくつかのパターン例が記載されています (ホワイトリスト、サブスクリプション、タイムロックetc)…
Sealに関するブログ記事公開しました!🦭 #SuiDevTips 【Sui】Sealを使って特定のSuiNSサブドメイン保有者に復号を許可する方法 SealのGitHubレポジトリにはいくつかのパターン例が記載されています (ホワイトリスト、サブスクリプション、タイムロックetc)…
先週、Move2024の最新の変更点に基づいたMoveコーディング規約が更新されたよ🧑💻 これからMove書く人は改めて規約をチェックして、クリーンなコード書いていこう! #SuiDevTips 📝Moveコーディング規約のページ: docs.sui.io/concepts/sui-m… 📝変更Pull Request: github.com/MystenLabs/sui…
ElizaにSuiプラグイン入っとるやん〜!!激アツ これで「128.sui に10 SUI 送って」って自然言語でSuiとやりとりできるようにAIエージェントが開発できるようになる🚀 WalrusといいTradeportといい触りたいやつ多すぎて時間が足りない〜〜〜 #SuiDevTips 👇 " これで、 #elizaOS #Sui…
少し前に話題になった、Sui Moveにおける新たなオブジェクトの概念「Party Objects」 docsでは現状、単一所有のみサポートとありますが、コード見る限り複数所有も前提になっている設計になっているので、こちらの対応が待ち遠しいですね🔥 #SuiDevTips
Party Objects are here on Sui mainnet! Think of them as a new type of object that blends: 🔒 Control of owned objects 📑 Consensus versioning of shared objects That means objects you can move between fastpath & consensus, with built-in versioning - and soon, multi-owner +…
あれ、しれっと"Payment Kit"なるSDKが誕生してるやん👀 Sui公式の「安全で標準化された決済フレームワーク」っぽい🚀 ドキュメントはこちら! docs.sui.io/standards/paym… 普通にMoveの勉強にもなりそう!あとで読む📝 #SuiDevTips
Something went wrong.
Something went wrong.
United States Trends
- 1. Cheney 62.1K posts
- 2. Sedition 117K posts
- 3. First Take 44K posts
- 4. Mark Walter N/A
- 5. Treason 71.7K posts
- 6. #ExpediaChat 1,135 posts
- 7. Cam Newton 3,241 posts
- 8. Buss 6,781 posts
- 9. Trump and Vance 33K posts
- 10. SEDITIOUS BEHAVIOR 22.7K posts
- 11. Stephen A 40.3K posts
- 12. Jeanie N/A
- 13. #Geeksgiving25 N/A
- 14. Constitution 93.5K posts
- 15. Nano Banana Pro 19.1K posts
- 16. Shayy 9,133 posts
- 17. #WeekndTourLeaks 1,344 posts
- 18. Commander in Chief 41.2K posts
- 19. Bush 59.5K posts
- 20. UNLAWFUL 62.1K posts