Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
45674356
Topic
30646
Board
Wallet software
Re: libbitcoin
by
lclc
on
14/09/2018, 11:33:13 UTC
Hi guys
We've implemented Litecoin in libbitcoin. Libbitcoin gives the Litecoin community:
- A high performance blockchain query server; libbitcoin-server
- A LTC command line tool
- LTC C++ libraries for developers to build apps
You can find more information here:
https://medium.com/feathercoin/new-litecoin-full-node-as-a-gift-from-feathercoin-665e0cce52e4
(Also my tweet for this:
https://twitter.com/lucas_lclc/status/1040562444404502528
)
This means you can use the same library - even the same binary - for Bitcoin and Litecoin apps built with libbitcoin.
Happy coding!