Start developing your first World Engine game in under 5 minutes
Install Go
Install Docker
Install World CLI
Install OrbStack (Optional — MacOS only)
Error: dependency check "Docker daemon is running" failed
, make sure that you have
installed Docker and have Docker Desktop or OrbStack running.world cardinal start
it skips the Docker image builds process which can take a while.Additionally, dev mode provides you with pretty logging that makes it easier to debug your game shard.
In production, pretty logging is disabled due to its performance drawback at high tickrate configuration where every
millisecond counts.namespace
, nonce
, and signature
for this transaction.This is because the boilerplate plate runs with DisableSignatureVerification()
option declared in main.go
, which
means that it will accept any transaction without verifying its signature and relevant fields. In production, you
should never use this.