Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make sure that your client matches version is the latest released version.

  • You can re-start the game by doing a fresh deploy of the game with a new account.

  • You can also re-start the game by re-deploying using the same account, provided that both players are using the same keys.

  • Make sure your blocks process without errors before proceeding.

Notes:

Title

Description

Notes

Verify pre-requisites

Check that everyone has managed to get through the setup.

Does everyone have keys in Clarity?

Has everyone cloned the repository and built the contracts?

Does everyone have the client installed? What is the version number for the Client?

...

  • If you want to start a new game, have the host run the deploy & start command again using the same keys.

  • If it looks like your deploy didn’t go through run

  • Code Block
    casperlabs-client --host $CL_HOST deploy-status [deploy hash]

    and this will give you any error code that you may have hit.

...