For months, Aptos Labs and Econia Labs have been collaborating on open-source multisig tooling solutions that enable builders to both launch and govern Aptos-based protocols through secure, trustless, and fully on-chain solutions.
This development cycle kicked off with the rollout of Aptos’ multisig v2 design, namely the Aptos Framework multisig_account.move
module and associated virtual machine updates from https://github.com/aptos-labs/aptos-core/pull/5894, which Econia Labs quickly took note of. Seeking a secure deployment method for the Econia protocol, Econia Labs authored a string of community contributions for the aptos
command line interface (CLI) and Aptos Framework Move code library, generalizing functionality so that builders from across the Aptos ecosystem can benefit from standardized tooling solutions. These contributions included but were not limited to:
The functionality from these assorted contributions is captured in tutorial form across several sections of the Aptos Documentation website at aptos.dev, namely:
optivanity
tool, designed for parallelized mining of vanity hex address prefixes like 0xdecaf...
or 0xf00123...
With Econia Labs’ nested vector argument support for the aptos
CLI pushing it to version 2.0.0, the premier command-line tool for the Aptos blockchain now offers developers everything they need to securely deploy and maintain protocols with canonical multisig governance solutions. Continue below for a walkthrough of this functionality, showcasing a testnet deployment of Econia v4 under a 2-of-3 on-chain multisig.