Skip to main content

Setup and build

Follow these steps to prepare the chatbot demo project locally.

Prerequisites

  • Chromia development environment (CLI and tooling)
  • Testnet account access for deployment later

Setup instructions

  1. Clone the repository:

    git clone https://bitbucket.org/chromawallet/chatbot-demo.git
    cd chatbot-demo
  2. Install dependencies:

    chr install

    This installs the required libraries:

    • com.chromia.hybridcompute
    • com.chromia.ai_inference
  3. Build the project:

    chr build