8000 GitHub - archethic-foundation/multisig: Multisig Solution based on Archethic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

archethic-foundation/multisig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multisig

Multisig Solution based on Archethic

Installation

npm install
npm run build

Web app

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.

Usage

Start the server by

npm run dev

The website should be available at http://localhost:5173/

CLI

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.

Usage

  • 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

About

Multisig Solution based on Archethic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0