leo42 / BroClanWallet

A multisig Wallet for the Cardano Ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BroClanWallet

Bro Clan is a multisig Wallet for the Cardano ecosystem.

This is the monorepo of the software that runs The BroClan Multisig Wallet

Running BroClan:

We also provide dockerfiles and docker Images for all components.

To run the latest version with docker:

docker  run  -it  -p  80:80  leo42/broclan:latest

To run a specific version replace latest with <version>

To run from code:

cd  Fe

npm  install

npm  run  start

Developing against BroClan

Best practices

Critical code is all inside the "wallets.js" file, this allows for much reliable developlment, since I can audit this one relatively small file and ensure safe operation of the entire app.

React componenents are broken down under the "Components" folder, more smaller components are always preferable.

About

A multisig Wallet for the Cardano Ecosystem

License:Mozilla Public License 2.0


Languages

Language:JavaScript 83.8%Language:CSS 15.0%Language:HTML 0.9%Language:Dockerfile 0.3%