Search code examples
pythonpython-2.7cryptocurrencywallet

Making a vertcoin wallet with python


I'm totally new in crypto currency and I wondered how we can make a wallet for vertcoin using python.

Any help will be appreciated.


Solution

  • you can use already existing modules and use as per your need .

    Electrum-VTC is available on PyPI.

    try installing using pip

    pip3 install Electrum-VTC

    if you want to do this from scratch then use a SDK. There are couple of tutorials which are very good which are python centric