Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 611 Bytes

File metadata and controls

25 lines (22 loc) · 611 Bytes

Claude Agent Setup and Usage

Setup

  1. Clone the repository:
    git clone https://github.com/MunyayLLC/https-github.com-joe10832-onchaintestkit.git
    cd onchaintestkit
  2. Install dependencies:
    npm install

Usage

To use the Claude agent, follow these steps:

  1. Start the agent:
    node claudeAgent.js
  2. Interact with the agent: You can send commands to the agent through the console.

Additional Information

  • Ensure you have the necessary permissions to run the agent.
  • For troubleshooting, check the logs for any errors.