- WebSocket wallet for Garlicoin that uses Electrum servers with WebSockets support.
- Static website, so you can download it and run it locally, or you can use the one hosted on GitHub Pages.
- Website available at https://git.maxpuig.com/GWW
- Clone the repo or download the zip
- Open
index.html
in your browser - That's it!
- Clone the repo or download the zip
- Run
npm install
to install the dependencies - Make sure webpack is installed globally (
npm i -g webpack
) - Run
npx webpack
to build the bundle - The bundle will be in the
dist
folder - Open index.html in your browser
- That's it!
Please do! Just make a pull request and I'll review it.