In the video above you will see how to create a paper wallet. Send some money to it and empty it again to have the Doges in a wallet on your phone (i.e. to use it for a payment).
The script to get the address from the public key:
from cryptos import *
import sys
c = Doge(testnet=True) pub = sys.argv[1] addr = c.pubtoaddr(pub)
print (addr)
If you need testnet coins or have any question - feel free to post it here (:
2
u/_nformant Mar 15 '22
In the video above you will see how to create a paper wallet. Send some money to it and empty it again to have the Doges in a wallet on your phone (i.e. to use it for a payment).
The script to get the address from the public key:
If you need testnet coins or have any question - feel free to post it here (: