慣性聚合 関心のあるブログ、ニュース、テクノロジーを効率的に追跡
原文を読む 慣性聚合で開く

おすすめ購読元

Y
Y Combinator Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
J
Java Code Geeks
博客园 - 司徒正美
S
SegmentFault 最新的问题
Jina AI
Jina AI
小众软件
小众软件
A
About on SuperTechFans
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Martin Fowler
Martin Fowler
V
V2EX

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant Common SOC 2 Failures (Real World) Stop Vibe-Checking Your AI App: A Practical Guide to Evals How to Use SonarQube and SonarScanner Locally to Level Up Your Code Quality Your Next To-Do App Is Dead — I Replaced Mine with an OpenClaw AI Sign a Nostr event in 60 lines of Python using coincurve — no nostr-sdk, no nbxplorer, no rust toolchain ITGC Audit Explained Like You’re in Big 4 Patch Tuesday abril 2026: Microsoft parcha 163 vulnerabilidades y un zero-day en SharePoint Stop scraping everything: a better way to track competitor price changes Listing on MCPize + the Official MCP Registry while routing payments OUTSIDE the marketplace — how I kept 100% of my x402 revenue Building an AI-Powered Risk Intelligence System Using Serverless Architecture Why We Ripped Function Overloading Out of Our AI Toolchain Testing AI-Generated Code: How to Actually Know If It Works SaaS Churn Is Killing Your Business. Here Is What to Do About It (Without a Support Team) The Speed of AI Is No Longer Linear - And Self-Improving Models Are Why How to Implement RBAC for MCP Tools: A Practical Guide for Engineering Teams From Standard Quote to Persuasive Proposal: AI Automation for Arborists I built a CLI that scaffolds complete multi-tenant SaaS apps Axios CVE-2025–62718: The Silent SSRF Bug That Could Be Hiding in Your Node.js App Right Now The dashboard that ended our friendship Data Pipelines Explained Simply (and How to Build Them with Python)
アーカイブ6の追いつき:ルールを強制するトークンの設計
Matthew Revell · 2026-06-15 · via DEV Community
pre-built, composable behaviors provided by Token-2022 extensions. This approach allows developers to focus on the unique aspects of their application while leveraging established and audited features for common asset rules like interest-bearing balances, transfer fees, access control, and revocable credentials. ### Key Takeaways from Arc 6: 1. **Interest-Bearing Tokens**: Useful for assets that accrue value over time. 2. **Transfer Fees**: Appropriate for applications where each transaction incurs a cost. 3. **Frozen Accounts**: Essential for compliance or regulatory requirements. 4. **Non-Transferable Credentials**: Ideal for issuing certificates, licenses, and other credentials that should remain with the original holder. 5. **Permanent Delegate**: Enables issuers to revoke credentials if necessary. ### Practical Considerations: 1. **Configuration Reading**: Understanding and verifying the configurations of existing tokens is crucial for ensuring compliance and functionality. 2. **Account Data Size**: More extensions mean larger account data, which can increase rent-exempt costs but are necessary for complex rules. 3. **Product vs. Technical Choices**: Start with the product requirements and then determine if a Token-2022 extension fits those needs. ### Example Scenarios: 1. **Stablecoin**: Use interest-bearing tokens to ensure balances grow over time, reflecting market conditions. 2. **Marketplace Assets**: Implement transfer fees to generate revenue for platform operations. 3. **Compliance Tokens**: Utilize frozen accounts and permanent delegates to enforce strict access controls and revocation rights. ### Conclusion: Token design is a form of product design where the focus is on stateful assets with specific behaviors. By leveraging Token-2022 extensions, developers can build robust, secure, and compliant applications without needing custom program code. This approach not only simplifies development but also ensures that common asset rules are handled efficiently and securely. In summary, Arc 6 teaches developers to think about the product requirements first and then determine if pre-built Token-2022 extensions can meet those needs, providing a powerful toolkit for building stateful assets on Solana.既に存在するトークンプログラムを適切に設定し、トレードオフを理解すること。 書くことと共有が組み合わせを明確にするのに役立つ。 アーケイド6は週を公開解説に終わらせた。 なぜそれが重要かは、トークン拡張機能はリストする簡単だが、組み合わせて理解するのは難しいからである。 書くことは有用な質問を引き出す: どの拡張機能の組み合わせが実在の製品問題を解決するのか? 単なる興味だけは一つのパターンである。手数料とメタデータもまた別のパターンである。デフォルトで凍結されたアカウントはコンプライアンスのパターンであり、非転送可能かつ永久的な代理権を持つトークンは資格証明のパターンである。 良い記述はすべてのコマンドを説明する必要はない。それは形を説明する必要がある: ここにWeb2の問題がある。 ここにトークン拡張機能の組み合わせがある。 ここではデベロッパーネットワークで何が起こったかがある。 ここには驚いたことがある。 ここにこのパターンがどのように適合するかがある。 それが学習が他の人にとって有用になる方法である。 共有のプロンプトはそのアイデアを続け、問題から始めること、具体的な収穫を示すこと、リンクを含めること、コミュニティを会話の場として使用すること、放送チャネルとしてではなくである。 特にこのような弧ではそれが重要である。価値は単に「別のトークンを作成した」というだけでなく、「実世界の規則とトークンレベルの機能をマッチさせ、それが機能することを証明した」ことである。 アーケイド6がどのように設定するか アーケイド6をその核に剥がすと、主なアイデアは明確である: Token-2022拡張機能は、カスタムチェーン上のプログラムコードを書くことなくトークンの動作を追加できるようにする。興味は表示される残高に影響を与えることができるが、レジストリ残高を継続的に書き換える必要はない。複数の拡張機能は一つのミント上で生きることができるが、それらは事前に計画する必要があります。凍結されたアカウントはアクセス制御をサポートし、非転送可能なトークンと永久的な代理権は取り消し可能な資格証明をサポートします。チェーンからトークンの設定を読み取ることは、責任ある開発の一環である。 これが実質的な移行である。 アーケイド5では私たちはトークンを作成し管理する方法を学んだ。 アーケイド6ではトークンの動作を設計する方法を学んだ。 ここから、問題はより実用的になる: これらのトークンがチェーン上の実在のプログラムとどのように相互作用するか? それが次の弧に進む場所である:トークンモデルをコマンドラインインターフェースを超えてプログラム駆動型の相互作用へと拡張すること。 この投稿を地図として使用し、手動版が必要なときアーケイド6の挑戦を再訪問し、次のステップにトークンモデルを持ち込む。