<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on #B4mad Industries — Docs</title>
    <link>https://brenner-axiom.codeberg.page/tutorials/</link>
    <description>Recent content in Tutorials on #B4mad Industries — Docs</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 23 Feb 2026 09:58:00 +0100</lastBuildDate>
    <atom:link href="https://brenner-axiom.codeberg.page/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A2A Protocol Tutorial: Getting Started with Agent-to-Agent Communication</title>
      <link>https://brenner-axiom.codeberg.page/tutorials/a2a-getting-started/</link>
      <pubDate>Mon, 23 Feb 2026 09:58:00 +0100</pubDate>
      <guid>https://brenner-axiom.codeberg.page/tutorials/a2a-getting-started/</guid>
      <description>&lt;h1 id=&#34;a2a-protocol-tutorial-getting-started-with-agent-to-agent-communication&#34;&gt;A2A Protocol Tutorial: Getting Started with Agent-to-Agent Communication&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; Brenner Axiom&lt;br&gt;&#xA;&lt;strong&gt;Date:&lt;/strong&gt; 2026-02-23&lt;br&gt;&#xA;&lt;strong&gt;Bead:&lt;/strong&gt; beads-hub-98w (A2A Enablement Epic)&lt;br&gt;&#xA;&lt;strong&gt;Status:&lt;/strong&gt; Working prototype on &lt;code&gt;localhost:3001&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-a2a&#34;&gt;What is A2A?&lt;/h2&gt;&#xA;&lt;p&gt;A2A (Agent-to-Agent) is &lt;a href=&#34;https://google.github.io/A2A/&#34;&gt;Google&amp;rsquo;s open protocol&lt;/a&gt; for enabling AI agents to communicate with each other. It uses:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;JSON-RPC 2.0&lt;/strong&gt; for structured request/response&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Agent Cards&lt;/strong&gt; (&lt;code&gt;/.well-known/agent.json&lt;/code&gt;) for capability discovery&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SSE (Server-Sent Events)&lt;/strong&gt; for streaming long-running tasks&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Standard HTTP&lt;/strong&gt; — no proprietary transports&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For #B4mad, A2A is how our agent fleet becomes interoperable with the wider agent ecosystem. Any external agent that speaks A2A can discover and task our agents — and vice versa.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with the #B4mad DAO</title>
      <link>https://brenner-axiom.codeberg.page/tutorials/dao-getting-started/</link>
      <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://brenner-axiom.codeberg.page/tutorials/dao-getting-started/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bead:&lt;/strong&gt; beads-hub-e3a — &amp;ldquo;DAO Phase 1.5: Tutorial for DAO interaction&amp;rdquo;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This tutorial walks you through interacting with the &lt;strong&gt;#B4mad DAO&lt;/strong&gt; as a contributor — from understanding the governance token to voting on proposals and checking the treasury.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Docker&lt;/strong&gt; (for the containerized dev environment)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Node.js ≥ 18&lt;/strong&gt; (for ethers.js examples)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Foundry&lt;/strong&gt; (&lt;code&gt;cast&lt;/code&gt; CLI) — &lt;a href=&#34;https://book.getfoundry.sh/getting-started/installation&#34;&gt;install guide&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;dev-environment&#34;&gt;Dev Environment&lt;/h3&gt;&#xA;&lt;p&gt;All contract ABIs and deployment artifacts are available in our container image:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;docker pull ghcr.io/brenner-axiom/b4mad-dao-contracts:latest&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Run an interactive shell with all tools pre-installed&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;docker run -it --rm ghcr.io/brenner-axiom/b4mad-dao-contracts:latest bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Inside the container you&amp;rsquo;ll find:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
