Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

A basic multisig wallet SRML implementation

Notifications You must be signed in to change notification settings

F3Joule/f3joule-multisig-subwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substrate Runtime Multisig Wallet

A development version of multi-signature wallet on Substrate, started at Blockchain Hackathon 21.09.2019

How to use it:

  • Run git clone https://github.com/f3joule/f3joule-multisig-subwallet/tree/multisig-wallet.

  • Cd to a root of the project.

  • Run curl https://getsubstrate.io -sSf | bash -s -- --fast

    • This installs external dependencies needed for substrate. Take a look at the script.
    • The --fast command allows us to skip the cargo install steps for substrate and subkey, which is not needed for runtime development.
  • Go into the multisig-subwallet folder and run:

    • ./scripts/build-runtime.sh
    • cargo build
    • cargo run -- --dev
    • This should start your node, and you should see blocks being created
  • Go into the multisig-subwallet-ui folder and run:

    • yarn install
    • yarn dev
    • This should start a web server on localhost:8000 where you can interact with your node

Alternative way of interaction

About

A basic multisig wallet SRML implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 53.3%
  • JavaScript 44.3%
  • Shell 1.5%
  • Other 0.9%