Skip to content

Dream CLI

Dream is a package that was originally created to test tau itself. It got refactored so it can be used for writing E2E tests for projects running on tau. We also, built a CLI tool that allows local development.

Dream can be installed on Linux, Mac or Windows.

Installation

npm i -g @taubyte/dream
curl https://get.tau.link/dream | sh

Starting a Local Cloud

Starting a local cloud environment is as easy as running:

dream new multiverse

If you'd like to play around with dream, Start a local Cloud is a good place to start.

For more information about using dream as a library for E2E testing, see the dream repository.