-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/322 multi delegation #91
Conversation
you probably also need to update the CI/CD to build and deploy this target to docker also create a README.md in this directory with instructions on how to use this tool |
.github/workflows/deployment.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see new deployment scripts after rebase and adapt to them. this code here is good for the old version before latest changes were put on development
blockchain/transact.sh
Outdated
cleos wallet import --private-key $private_key | ||
|
||
# Get the wallet alias | ||
read -s -p ""Enter blockchain API url (e.g. https://blockchain-api.pangea.web4.world): " alias_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a secret. does not need -s
No description provided.