macOS Setup
Prerequisites
You'll need to have homebrew
on your system if you don't already. You can grab it with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Go
brew install go
Install Docker
brew install docker
After installation, go into Docker settings and switch ON kubernetes
. Also configure Docker to have 4 CPUs and ~16GB of RAM.
Install Tilt
brew install tilt
Clone Wormhole Repo and Start Tilt
git clone --branch dev.v2 https://github.com/certusone/wormhole.git
cd wormhole/
tilt up
You'll be able to access the Tilt UI at
localhost:10350