Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 703 Bytes

World

Components

  • Communications coordinator
  • Communications server

Running

The easiest way to run a world node is to use the provided docker-compose file. Remeber to set your GOPATH first (export GOPATH=$HOME/go)

Cli Usage

You will need to generate a key first (it will represent the browser's local storage)

build/cli_keygen --curve s256 --outputDir ./keys

Start a bot that will walk around the world and send messages:

build/cli_bot --email= --password= --auth0ClientSecret= --keyPath=./keys/client.key

Note:

To be able to use this tool locally if you are using docker-compose you may want to add this to your /etc/hosts:

127.0.0.1 gameauth coordinator