⚠️ This repo is still a WIP while configuring multi-sig on the mainnet HybridCustody deployment account
- Git
- Flow CLI
- Google Cloud SDK
We will be using this Git repository to coordinate, achieve consensus on transaction submission, and share signed transactions. So you will need to be able to clone the repo on your local machine.
If you do not have Git configured to authenticate with GitHub, Github Desktop is likely the easiest way to get started
To ensure that it's properly installed, please git pull
the main branch of this repository.
If you have homebrew:
brew install flow-cli
Otherwise, you'll have to follow the instructions here
To ensure it's properlly installed, please run the following:
flow version
If you have homebrew:
brew install --cask google-cloud-sdk
Otherwise, you'll have to follow the instructions here
To ensure it's properlly installed, please run the following:
gcloud auth application-default login
This should pop up a tab in your browser asking you to authorize the SDK. If you're able to, then you're all set!
To facilitate multi-sig transaction signing & sending, we'll use the tool created by @bthaile found here.
In the near future, the tool will pull template transactions from this repo. In the meantime, the transactions scripts can be pasted from this repo.
⚠️ When sending a transaction, signers should coordinate a time to meet virtually in a signing party. Signing ritual procedures to follow shortly.
-
- Paste your script into the Cadence box
- Enter the Address you want to send the transaction
- Click "Add Account"
-
- Select the key to sign the transaction
- Generate the transaction link
-
- Enter the key path (AKA resource ID) found in your KMS console
- Click "Google Login"
-
Click "Continue" in the resulting popup, authorizing the transaction signature
Back at the setup page, we can see that the signature was received. When all signatures have been received, we can send the signed transaction payload.