The most advanced deployment tool for Stacks blockchain with full CLI capabilities, Hiro API integration, comprehensive monitoring, chainhooks support, and user-friendly experience for everyone.
Deploy smart contracts to Stacks blockchain with confidence.
For a complete guide to developing and using StacksOrbit, please see our new Agent Instructions. This document is the "single source of truth" for all development and deployment information.
To get started with local development, first install the dependencies:
npm install
pip install -r requirements.txtThen, run the tests:
npm run test:vitestThis will run the test suite and ensure that everything is set up correctly.