Local Development & Testing

Want to contribute to Kairo? Run the test suite as follows.

1

Run a Local Node

In your first terminal:

# In the kairo/ project root
./run-dev-node.sh
2

Run the Test Suite

In a second terminal:

# In the kairo/ project root
./run_tests.sh

You'll see detailed test output, ending with a final success message.