create-metaplex-agent
v0.1.7
Published
Scaffold a new Metaplex Solana AI agent.
Downloads
1,030
Readme
create-metaplex-agent
Scaffold a new Metaplex Solana AI agent.
Usage
npx create-metaplex-agent my-agent
# or
npm create metaplex-agent@latest my-agentThis clones the metaplex-mastra-agent-template into my-agent/, runs an interactive setup (mode pick, Ed25519 keypair generation, LLM provider + key, Solana RPC pick, wallet allowlist or bootstrap wallet, persona preset), and writes a locked-down .env (chmod 0600). API keys are read with hidden input, so pasting one during a screen recording won't leak it. The final output includes a chat-template share link that pre-fills the agent profile so you can connect with one click.
It does not install dependencies — pick your own package manager:
cd my-agent
pnpm install
pnpm doctor
pnpm dev:fullFlags
--force— scaffold into a non-empty target directory.
License
Apache-2.0
