Setting Up MAWS
How to initialize the Maroo Agent Wallet Stack in your project and verify your environment.
Prerequisites
- Node.js 18+
1. Initialize the Project
Run the init command in your project directory. This creates or updates your
.mcp.json file with the m-aws server entry.npx @maroo-chain/m-aws init Note: The wizard will ask if you want to log in immediately. You can choose a provider like Kakao or Email.
2. Run the Doctor
Verify that your authentication, WaaS API connection, and Maroo RPC are all functioning correctly.
npx @maroo-chain/m-aws doctor