Verification

Success Checklist

Verify your installation with this checklist:

  • ✅Node.js v18+ installed

  • ✅Dependencies installed (npm install completed)

  • ✅Server built (npm run build completed)

  • ✅Config file updated with correct path

  • ✅Claude Desktop completely restarted

  • ✅Tools visible in Claude (🔨 icon in chat)

  • ✅Health check responds successfully

Testing Commands

Run Full Test Suite:

npm test

Test Specific Networks:

npm run test:mainnet  # Test mainnet connectivity
npm run test:testnet  # Test testnet connectivity

Manual Server Test:

npm run dev

You should see:

Press Ctrl+C to exit.

Quick Test Examples

Try these commands in Claude Desktop:

1. Node Health:

2. Latest Block:

3. Account Balance:

4. Generate Keypair:

5. WebSocket Connection:


Last updated