-2

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.

U13-Forward
  • 69,221
  • 14
  • 89
  • 114
Teddybear
  • 1
  • 2

1 Answers1

0

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

Ajay
  • 5,267
  • 2
  • 23
  • 30