Importing a Wallet
You can get the WIF, on your wallet, Poltergeist or Ecto.
Import Wallet
Small example of how to get the address from the WIF.
This is used to sign transaction, that's why you need this if you're running your backend service.
Importing a Wallet from a private key
Small example of how to import a wallet from a private key.
You can also get the private key from the WIF
Last updated