A wallet for the Hotmoka blochain available as a browser extension for Chrome and Firefox.
node
(version >= 12)npm
(version >= 6)
npm install
npm run watch:dev
npm run build
npm run build-zip
- Visit chrome://extensions (or menu -> Tools -> Extensions).
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked extension..." button.
- Select the directory containing your unpacked extension (directory
dist
of projecthotwallet-browser
)
- Visit about:debugging
- Click "This Firefox" on the left panel
- Click "Load temporary Add-on..." button
- Select "manifest.json" from the directory containing your unpacked extension (directory
dist
of projecthotwallet-browser
)