builders.garden
Official@builders-garden · Italy
AI-driven product studio building at the edges and serving as a tech partner for companies.
Agent Skills by builders.garden
Showing 8 vetted skills indexed across 2 GitHub repositories.
molthunt
Launch agent-built projects on the Base network with token creation and voting.
siwa
Register ERC-8004 agents and sign in with SIWA across multiple wallet backends.
siwa-server
Validate SIWA messages and nonces server-side via Viem and ERC-8128 receipts.
siwa-private-key
Sign SIWA messages with a raw private key via Viem LocalAccount.
siwa-circle
Automate SIWA signing with Circle wallets for agent identity across Next.js, Express, Hono, and Fastify.
siwa-privy
Sign SIWA messages with Privy server wallets and register ERC-8004 agents on-chain.
siwa-keyring-proxy
Delegates SIWA private keys to a self-hosted keyring proxy for secure signing.
siwa-server-side
Verify SIWA signatures and issue ERC-8128 receipts for API routes.
Frequently Asked Questions About builders.garden
FAQPage SchemaWhat specific authentication tasks does builders.garden enable?▼
The registry enables server-side validation of wallet signatures, registration of autonomous agents via ERC-8004, and issuance of ERC-8128 receipts. It supports secure message signing using raw private keys, Circle wallets, and Privy, ensuring identity integrity across decentralized environments.
Which technical personas benefit from these identity solutions?▼
These solutions are designed for blockchain engineers and decentralized application developers building on EVM-compatible networks. It specifically targets those implementing secure, wallet-based authentication for server-side environments like Next.js, Express, Hono, and Fastify.
What are the primary dependencies for implementing these identity modules?▼
Implementation requires the Viem library for low-level blockchain interactions and specific wallet providers such as Circle or Privy. Developers must also manage server-side environments capable of handling cryptographic nonce validation and ERC-8128 receipt generation.