Skip to content
View FalcoXYZ's full-sized avatar
πŸ—οΈ
πŸ—οΈ

Block or report FalcoXYZ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python script to convert Solana JSON... Python script to convert Solana JSON key to Base58 (or the other way around)
    1
    This Python script will take a Solana private key in: 
    2
    - base58 format or 
    3
    - JSON format (from Solana CLI) 
    4
    
                  
    5
    and convert it to the opposite format. I've created this to not rely on a third-party Rust/cargo or script.