Bro Clan is a multisig Wallet for the Cardano ecosystem.
This is the monorepo of the software that runs The BroClan Multisig Wallet
We also provide dockerfiles and docker Images for all components.
docker run -it -p 80:80 leo42/broclan:latest
To run a specific version replace latest
with <version>
cd Fe
npm install
npm run start
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.