Now that we understand how the Abstract DAO works, it is time to use it in within an organization. Lets see how to deploy a MultiSig contract, where users will vote on a multi-chain proposal.Documentation Index
Fetch the complete documentation index at: https://docs.near.org/llms.txt
Use this file to discover all available pages before exploring further.
Creating a MultiSig Contract
As a first step we need to create an account and deploy a MultiSig contract on it, so users can start creating proposals and voting on them.Deploy Multisig
You can download the compiled multisig from the near repository
Creating a Request on the Multisig Contract
To callregister_signature_request on the Multi-Chain DAO Governance Contract, you need to submit a request through your Multisig contract. This ensures that the decision to generate a signature is confirmed by the necessary members.
Voting on the Request
Once the request is submitted, members of the multisig contract have a set amount of time to vote to either Confirm or Reject the request. Each member needs to cast their vote using the following command:Replace provided
request_id with value retrieved from the response when creating the request