Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 747 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 747 Bytes

Quick start

This repository can help you to get started with Kaspa.

Follow the instructions below to create and run docker instances of the following services.

  • Kaspad (Kaspa full node)
  • Kasparov (API server for Kaspa)
  • RabbitMQ
  • MYSQL

Note that Kaspad will connect to the Kaspa Testnet using the current configuration.

Getting started

Prerequisites

  • Docker
  • Docker Compose

Cloning The GitHub Repository

Use git to clone the quick-start repository:

$ git clone --recurse-submodules https://github.com/kaspanet/quick-start.git

Run

(build docker images and run)

$ cd quick-start
$ ./run.sh

See ./run.sh --help for more options.