extension-beancount-wallet is a wallet extension living in your chrome.
It is still in development, if you are interested, please see v1 roadmap.
- Check if your Node.js version is >= 10.13.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy hacking.