Is there a javascript library for generating litecoin address from a string?

0

Is there a bitcoinjs equivalent for litecoin? I want to be able to generate a litecoin address using a long string.

Patoshi パトシ

Posted 2017-05-10T01:56:35.737

Reputation: 8 911

Answers

1

Try this https://github.com/litecoin-project/litecore-lib. You can generate a Litecoin address with a long string by using above library.

Yuya Ogawa

Posted 2017-05-10T01:56:35.737

Reputation: 471