Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 671 Bytes

AO-CHESS

ao chess is a chess game power by the AO blockchain on arweave to maintain game state and logic.

This repository includes the starting application and processes (that anyone can build around) to enable this.

Folder Structure

The project folder structure is as follows:

  • /app ~ the ao chess app
  • /sdk ~ the SDK for interacting with the ao-chess network. Include chat and profile login functionality (using Bazar profile spec to interact with processes.)
  • /docs ~ contains the specs and ADRs surrounding the ao-chess ecosystem
  • /processes ~ the processes which power the chess network

Feel free to modify this structure to fit your project's needs.