Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 241 Bytes

Cudos-MultiSig Wallet dApp

running in Docker

  • docker build -t cudos-multisig .
  • docker run --rm -it -p 3034:80 cudos-multisig

running Locally

  • yarn install
  • yarn build
  • yarn dev

running Tests

  • yarn test