Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

DigitalPrice/agama-wallet-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agama-wallet-lib

How to build Agama lib for client side

install browserify

browserify index.js --standalone agama > agamalib.js

How to add btc compatible pow coin

  • add coin network params in src/bitcoinjs-networks.js
  • add electrum servers list and tx fee in src/electrum-servers.js

How to add kmd asset chain

  • add electrum servers list and tx fee in src/electrum-servers.js
  • add asset chain ticker and an explorer link in src/coin-helpers.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%