-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
allow passing private key and bypassing web ui for graph publish
#1673
Comments
Maybe using this: https://github.com/smartcontractkit/env-enc |
I think that this should definitely be added. There are many developers that I think would strongly benefit by being able to automate publishing of their deployments. |
@saihaj any update on this? |
Copy-pasted from Slack. Thanks @DenisCarriere and @schmidsi for the suggestions.
Usage:
graph vault [command]
Available Commands:
add Add private keys to an existing vault taking input from the shell
create Create a new encrypted EVM keys vault
export Export private keys (and corresponding public keys) inside an graph vault.
list List public keys inside an graph vault.
serve Serves signing queries on a local port.
|
In #1670 introduce a new command that allows publishing to the network. It links user to go to the
cli.thegraph.com
(located here) and the user adds metadata and finishes signing in their wallet.@schmidsi suggested that we should allow user filling out all this metadata via the CLI and then let them provide a local private key which will be used to sign the transaction.
The text was updated successfully, but these errors were encountered: