Skip to content

tangle-network/hyperlane-validator-blueprint

Repository files navigation

Hyperlane Validator Blueprint 🌐

📚 Overview

This blueprint contains tasks for an operator to initialize and manage their own Hyperlane validator.

🚀 Features

This Blueprint provides the following key feature:

  • Automated devops for running Hyperlane validators
  • Tangle Network integration for on-demand instancing of validators

📋 Pre-requisites

💻 Usage

To use this blueprint:

  1. Review the blueprint specifications in the src/ directory.
  2. Follow the Hyperlane documentation to understand the validator setup process.
  3. Adapt the blueprint to your specific validator configuration needs.
  4. Deploy the blueprint on the Tangle Network using the Tangle CLI:
$ cargo tangle blueprint deploy

Upon deployment, the Blueprint will be able to be instanced and executed by any Tangle operator registered on the blueprint.

Starting a validator

There are two ways to start a validator:

  1. With user-generated configs, and optional origin chain
  2. With the default configs, and specified origin chain

Once you've determined which path to choose, you can call the set_config job.

Set config job

To spin up a validator instance, use the set_config job:

This job will save the existing config, attempt to start the validator with the new config(s), and on failure will spin back up using the old config.

It has two parameters:

  1. config_urls: Optional config file URLs, if not specified it will use the defaults.
  2. origin_chain_name: The name of the chain being validated

NOTE: Ensure that when using a manually specified config, originChainName is specified, either as a job parameter or in the config itself

🔗 External Links

📜 License

Licensed under either of

at your option.

📬 Feedback and Contributions

We welcome feedback and contributions to improve this blueprint. Please open an issue or submit a pull request on our GitHub repository. Please let us know if you fork this blueprint and extend it too!

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published