-
Notifications
You must be signed in to change notification settings - Fork 0
XAYA QT Toolkit
Ryan edited this page Mar 8, 2019
·
1 revision
The XAYA QT wallet download includes useful tools that will make your life much easier and more enjoyable.
The XAYA Command Line Interface (CLI), xaya-cli, is very useful for running commands quickly. You can think of this as a more convenient version of the QT wallet's console.
Here's a quick tutorial on xaya-cli that you may wish to read later.
xayad is the core daemon and where the "work" is done. The QT wallet is just a convenient GUI for it.
You can run "headless" with xayad. You need only provide the proper options when you run it.
These are for use by experts who are already familiar with them.
- Step 0: Blockchain Basics
- Step 1: xayad <⸺ start here
- Step 2: The Game State Processor
- Step 3a: libxayagame Component Relationships
- Step 3b: Compile libxayagame in Windows
- Step 3b: Compile libxayagame in Ubuntu
- Step 4: Run xayad for Games
- Step 5: Hello World! in C++
- Step 5: Hello World! in C#
- Step 6a: Mover Overview
- Step 6b: Mover Console
- Step 6c: Mover Unity