Skip to content

Commit

Permalink
Update README (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored May 4, 2023
1 parent 9038eca commit 7610ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

1 comment on commit 7610ef8

@vercel
Copy link

@vercel vercel bot commented on 7610ef8 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.