This repository is a fork of Bison wallet that prioritizes UX and clean UI.
At the moment we don't distribute pre-built binaries, so the only way to run Bison Lean is to build it from source code:
git clonethis repository- install
GolangandNode.jsthat will be used to compiling & building this code - build Bison Lean wallet binary by running
make build - run Bison Lean wallet binary by running
make run - open
127.0.0.1:3333URL in browser and you are done!
