TODO List - RenegadeMinds/testbed GitHub Wiki

TODO List

There are different moving parts to a game running on the XAYA platform. The following is a "concept" checklist for you to check off as you master those different concepts. It is arranged in order. The first elements are required before you can do anything. Many of them are very simple or even trivial, but they are required. Later down the list you can find more complex and difficult concepts that need to be mastered.

  1. Read Blockchain Basics
  2. Familiarise yourself with the basic architecture
  3. Learn about xayad
    1. Learn xayad flags
    2. Configure and run xayad with flags
  4. Learn about XAYA RPC methods
    1. name_list
    2. name_register
    3. name_update
    4. others
  5. Learn about xaya-cli
  6. Use XAYA RPC methods live on the blockchain
    1. name_list
    2. name_register
    3. name_update
    4. others
  7. Write an RPC utility for regtest
  8. Do the Hello World! C++ Tutorial
  9. Do the Hello World! C# Tutorial
  10. Read the initial Mover document
  11. Do the Mover C++ console tutorial
  12. Do the Mover C# console tutorial
  13. Do the Mover C# Unity tutorial
  14. Read the initial callback tutorial
  15. Read the backward callback tutorial
  16. Read the forward callback tutorial
⚠️ **GitHub.com Fallback** ⚠️