samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

Clean-up cryptography-related dependencies #321

Closed chill117 closed 5 years ago

chill117 commented 5 years ago

This project depends on bitcoinjs-lib to create and decode raw transactions (bitcoin, litecoin). This library can also be used to generate addresses from extended public keys. The other libraries currently used to do this can be removed and replaced by bitcoinjs-lib:

chill117 commented 5 years ago

Done by https://github.com/chill117/crypto-terminal/commit/d2d93074ac3df5c6a886061cd39f7ec2b243c1ae