Cardcore bundle package & CLI


License
Apache-2.0
Install
npm install cardcore@0.0.1-e70da8ea

Documentation

cardcore

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.

development

yarn workspaces seem to be the easiest way to monorepo right now so we're using that.

yarn install
npm run start

actions

required fields on an action:

  • prev (null for CREATE_GAME)
  • next
  • user
  • type
  • signature