Closed chiochocolate closed 9 months ago
Hey, thanks! I prefer solflare. For running the script it doesn't matter which wallet is it. You just need to put your wallet private key in wallet.json file before running the script.
Hey Filip great work!
Ive tried using it, but what wallet do you prefer to use? And also, do you have any other platform to write you a message? Like gmail or instagram, telegr.
Thank you,
you will need to convert it to base58 first
import base58
# Replace this with your actual private key
base58_encoded_key = "private key here"
# Decoding the base58 key
decoded_bytes = base58.b58decode(base58_encoded_key)
# Converting bytes to a list of integers
byte_array = list(decoded_bytes)
print(byte_array)
and paste the base58 key in the wallet.json file.
I'm closing this issue. Feel free to reopen it if needed.
Hey Filip great work!
Ive tried using it, but what wallet do you prefer to use? And also, do you have any other platform to write you a message? Like gmail or instagram, telegr.
Thank you,