this project uses mental poker algorithms (specifically, the ed25519 operations provided by ssb-keys) to implement a decentralized trading card game conceptually similar to Magic: The Gathering or Hearthstone. this allows you to play secure games without a central authority or server.
yarn workspaces seem to be the easiest way to monorepo right now so we're using that.
yarn install
npm run start
required fields on an action:
- prev (null for CREATE_GAME)
- next
- user
- type
- signature