Getting Started

Getting Started with KNIRV D-TEN

Follow this golden path to start building autonomous agents on the KNIRV Decentralized Trusted Execution Network.

Your Progress

1
Environment
2
Agent
3
Wallet
4
Deploy

Step 1 of 4 - Setting up your development environment

Step 1: Development Environment

Prerequisites

Node.js 18+

JavaScript runtime for KNIRV SDK

Git

Version control for your agents

Terminal

Command line interface

Install KNIRV CLI

npm install -g @knirv/cli

The KNIRV CLI provides tools for agent development, deployment, and management.

Verify Installation

knirv --version
knirv network status

Optional: KNIRVNEXUS Deployment

For advanced developers, KNIRVNEXUS provides cloud development environments (DVE) and enhanced deployment options for your agents.

Cloud Development Environment

Access a fully configured development environment in the cloud with pre-installed KNIRV tools and dependencies.

  • Pre-configured KNIRV SDK
  • Integrated testing environment
  • Direct KNIRV-ORACLE connectivity
  • Collaborative development tools

Enhanced Deployment

Deploy your agents with advanced features including auto-scaling, monitoring, and distributed execution.

  • Auto-scaling agent instances
  • Real-time performance monitoring
  • Distributed skill execution
  • Advanced error tracking

Getting Started with KNIRVNEXUS

KNIRVNEXUS deployment is optional but recommended for production agents and collaborative development.

Visit NEXUS Portal Try Sandbox Environment