0
I am very new to creation of cryptocurrency wallet. how to create and access the litecoin testnet and elaborate the available ways to do that?if possible, provide link to simple sample project. Thanks
0
I am very new to creation of cryptocurrency wallet. how to create and access the litecoin testnet and elaborate the available ways to do that?if possible, provide link to simple sample project. Thanks
0
It depends, do you want to run a full node and store the entire blockchain? You could run Litecoin Core: https://github.com/litecoin-project/litecoin. There are other implementations/installation options as well.
For an example of a project with a wallet, explorer, and full node, see:
https://github.com/litecoin-project/litecore
It implements:
thanks for your time. is above steps are initial steps to learn from scratch? – viswa – 2018-08-28T04:16:29.680
how can I open the github project?in visual studio code? – viswa – 2018-08-28T05:07:00.237
1What do you mean? You can clone the repository, then add the folder to your workspace. – JBaczuk – 2018-08-28T14:56:37.320