Skip to content

Commit

Permalink
Add missing README entries
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Sep 19, 2023
1 parent 2d402e1 commit 4bba491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ While `Paima Engine SDK` refers to these modules:
- `Paima Executors` (The library which enables building `RoundExecutor`s and `MatchExecutor`s)
- `Paima Middleware Core` (The library which aids connecting frontends to Paima logic)
- `Paima Utils` (The Library which holds auxillary functions between the other modules)
- `Paima Utils Backend` (Utils which are purely for backend (and may not work in a browser environment))
- `Paima Build Utils` (Helps build the Paima components used user projects)
- `Paima Prando` (Custom fork of a deterministic pseudo-RNG generator library)
- `Paima Concise` (The library which enables building and parsing concise encoding)
- `Paima Crypto` (Has utility functions for all cryptography and blockchains Paima supports)
- `Paima Providers` (Handles connection to wallet standards for all blockchains Paima supports)
- `Paima DB` (Handles utility functions to handling the Paima database)

Then we also have a `Paima Engine Standalone` which is a module that utilizes `Paima Engine Core` to provide easy to use and secure way of creating new games by the public. This is achieved by creating an executable with the bundled core that has two main responsibilities:

Expand Down

0 comments on commit 4bba491

Please sign in to comment.