Supersig Setup: for running and testing Supersig (M3)

You will need to get two repos setup on your local machine, Apps and Substrate Supersig Template.

Ramsey Ajram (Decentration)
1 min readFeb 22, 2023

Setup Apps

Apps is a fork of Polkadot-js/apps UI.

git clone https://github.com/decentration/apps.git
git checkout page-supersig-new-apps
yarn
yarn start

If you want to use docker you just need to run the command:

docker run --rm -it --name supersig-ui -e WS_URL=ws://127.0.0.1:9944 -p 80:80 decentration/apps:latest

you can view most of the changes made in supersig in:

~/apps/packages/page-supersig/Supersig

Now in order to test the supersig functionality you need a chain that is running supersig, this is what we will setup next.

Setup Supersig Node Template

git clone https://github.com/decentration/substrate-supersig-template
git checkout v0.9.28-new
cargo update
cargo build --release
./target/release/node-template --dev

Now in the apps ui, make sure to “switch” to development/local node. This is typically `127.0.0.1:9944`.

Voila! you should be up and running.

What to test?

Watch this video to get a feel: https://www.loom.com/share/0ceb5aa5a27b493192a4ac192df0ce29

--

--

Ramsey Ajram (Decentration)

Decentralising the web. Stewarding new paradigms. Engineering and product.