Skip to content

swarmd-io/swarmd

Repository files navigation

swarmd


Note

Swarmd is still in preview and not every components are yet open sourced. This is the CLI which is used to interact with Swarmd.

Installation


Install with Cargo

cargo install swarmd --locked

Getting started


Once you have swarmd, it'll be quite easy for you to deploy your first Swarmd worker!

Create your Swarmd Worker

swarmd login
swarmd create --template typescript demo_worker

Configure it

Deploy it!

swarmd deploy

Development

You can build the development version in the repo by running

cargo install --path cli/.

Cargo, build it from source

cargo install swarmd

Release

We do use release-plz to handle release.