komodoservices / agama-web

Agama Web wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agama-web

How to run

npm install

npm run

How to build production version

npm run build

Compiled files are going to be placed in build dir.

Backend

Agama web relies on Electrum proxy nodes to communicate with Electrum servers. You can either run your own proxies or use what's already hardcoded in the web wallet.

In order to use your own proxy modify the following file src/util/proxyServers.js

Electrum proxy source code is available here https://github.com/pbca26/electrum-proxy

How to use whitelabel version

Make changes in src/config.js

Update www/index.html and www/index.prod.html

About

Agama Web wallet


Languages

Language:CSS 50.6%Language:JavaScript 48.8%Language:HTML 0.4%Language:Shell 0.1%