diff --git a/README.md b/README.md index 9dfcd19..d1e2b3b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [chat badge]: https://img.shields.io/badge/chat-discord-%237289da [chat link]: https://discord.gg/YajpNSvT22 -Vesta is a modular deployment platform for blockchains. Blockchain deployments are described as [Cue](https://cuelang.org) scripts that define inputs/outputs and tasks to be deployed (as Docker containers). The control plane automatically handles the full lifecycle of the deployments (create, update, destroy) and unifies under a single interface common tasks like exporting [observability](https://github.com/umbracle/vesta#Telemetry), tracking sync state or disk storage management. +Vesta is a modular deployment platform for blockchains. Blockchain deployments are described as [Starlark](https://bazel.build/rules/language) scripts that define inputs/outputs and tasks to be deployed (as Docker containers). The control plane automatically handles the full lifecycle of the deployments (create, update, destroy) and unifies under a single interface common tasks like exporting [observability](https://github.com/umbracle/vesta#Telemetry), tracking sync state or disk storage management. Unlike other available options ([DappNode](https://www.dappnode.io/), [Sedge](https://github.com/NethermindEth/sedge) or [eth-docker](https://github.com/eth-educators/eth-docker)), Vesta is not only a template engine on top of docker/docker-compose, but a complete ad-hoc control-plane fully integrated with the lifecycle of a blockchain node. @@ -46,7 +46,7 @@ $ go run cmd/main.go destroy --alloc c03b3642-4732-2794-8a53-57cf1972bdde ## Catalog -The list of all the built-in deployments available can be found [here](https://github.com/umbracle/vesta/blob/main/pkg/vesta.io/vesta/schema.cue). +The list of all the built-in deployments available can be found [here](https://www.vestaproject.io/docs/plugins/overview). In the future, the `catalog` will be available on a remote repository.