We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to creating Tangle blueprints from the blueprint template with:
cargo tangle blueprint create --tangle
An equivalent should be made for EigenLayer:
cargo tangle blueprint create --eigenlayer <TYPE>
where you can use bls or ecdsa as the Type, determining which template is used. Omitting the type will default to bls.
Leaving out Tangle or Eigenlayer defaults to Tangle:
cargo tangle blueprint create
The text was updated successfully, but these errors were encountered:
Tjemmmic
Successfully merging a pull request may close this issue.
Overview
Tangle - Current option
Similar to creating Tangle blueprints from the blueprint template with:
EigenLayer - New options
An equivalent should be made for EigenLayer:
where you can use bls or ecdsa as the Type, determining which template is used. Omitting the type will default to bls.
Default
Leaving out Tangle or Eigenlayer defaults to Tangle:
The text was updated successfully, but these errors were encountered: