Setup Prime

Tutorial Prime

The qaskx-cli setup prime --help is likely to be one of the first commands you will use if you have an existing project.

The “setup prime” command will add the Qaskx configuration file to the project into the folder “.well-known”.

Objective

The objective of the tutorial is to add qaskx to an existing project and show how various qaskx-cli commands can then be used. After completing the tutorial you should have the knowledge on how qaskx-cli can be used with your projects.

Requirements

To follow this tutorial you will need

  1. qaskx-cli installed and accessible. The tutorial assumes it is in your path or qualified on calls
  2. Git and working
  3. Go installed and working
  4. Powershell installed (Windows or Linux)

All projects and created material in the tutorial will be done in directory /tmp/qaskx-cli/. You will need full access to this directory.

Let’s Start.

It is recommended you have an IDE such as Microsoft Visual Code to view and adjust code and configurations as recommended