Skip to content

leo42/BroClanWallet

Repository files navigation

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.