Skip to content

swarmd-io/swarmd

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2023
Dec 12, 2023
Dec 12, 2023
Dec 20, 2023
Dec 20, 2023
Nov 30, 2023
Dec 20, 2023
Dec 7, 2023
Dec 18, 2023
Nov 28, 2023
Dec 6, 2023
Dec 6, 2023
Nov 29, 2023

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.