Skip to content

newinternetlabs/misthos-wallet

 
 

Repository files navigation

Setup Local Dev

Deps

git clone https://github.com/misthosio/misthos
cd misthos
brew install node
brew install yarn
brew install bitcoin
make install-deps

Test

make test

Will start bitcoind and continuously run tests on changed files.

make test-unit

Will only run the unit tests (without integration with bitcoind)

Build

make bsb

Will continuously rebuild all project files (if you only want to check the compilation without running the tests)

Serve

make dev

Will serve the app to localhost:3000

make web-dev

Will serve the website to localhost:3001

About

The most advanced multisig bitcoin wallet optimized for collaboration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 94.1%
  • C++ 3.8%
  • JavaScript 0.8%
  • HCL 0.5%
  • Shell 0.4%
  • HTML 0.2%
  • Other 0.2%