misthosio / misthos-wallet

The most advanced multisig bitcoin wallet optimized for collaboration.

Home Page:https://www.misthos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.misthos.io

License:MIT License


Languages

Language:Reason 98.2%Language:JavaScript 0.8%Language:Shell 0.4%Language:C++ 0.3%Language:HTML 0.2%Language:Dockerfile 0.1%Language:Makefile 0.1%