Multisig Solution based on Archethic
npm install
npm run build
A webapp is available to deploy and interact with a multisignature contract
Archethic's wallet must be installed and running
The network used in the wallet, will be used for deployment and interaction.
Start the server by
npm run dev
The website should be available at http://localhost:5173/
A CLI is available to deploy and interact with a multisignature contract
Archethic's wallet must be installed and running
The network used in the wallet, will be used for deployment and interaction.
- Deploy a mulitisignature contract:
node multisig.js deploy
- Propose a new transaction
node multisig.js new-transaction
- Confirm a transaction
node multisig.js confirm-transaction