This repository can help you to get started with Kaspa.
Follow the instructions below to create and run docker instances of the following services.
Note that Kaspad will connect to the Kaspa Testnet using the current configuration.
- Docker
- Docker Compose
Use git to clone the quick-start repository:
$ git clone --recurse-submodules https://github.com/kaspanet/quick-start.git
(build docker images and run)
$ cd quick-start
$ ./run.sh
See ./run.sh --help
for more options.