Versions Compared

Key

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

...

Code Block
export CL_VERSION=dev

5. Obtain a client for Mac or WindowsFor Mac: Ensure that your Docker Compose is up to date

6. Set up your Casperlabs network

Code Block
brewdocker tapcreate CasperLabs/CasperLabs
brew install CasperLabs_Client

To use the Client on Windows you need the following:

network casperlabs

...

Code Block
make node-0

8. Bring the bootstrap up

Code Block
make node-0/up

9. Now you can make more nodes.

Code Block
make node-1/up node-2/up

10. To create a Clarity instance run

Code Block
make up

Install the CasperLabs Client:

Code Block
brew tap CasperLabs/CasperLabs
brew install CasperLabs_Client


Update: due to version mismatches please either build the client or use the tarball.

...