-1

I want to generate the address of solana by using python how could I do that?

1 Answers1

0

So, an address may be many things... for example:

  1. System owned accounts are 'addresses'
  2. Program Derived Accounts are 'addresses'
  3. Program Owned Accounts are 'addresses'

For Python, there is a Python SDK I've used that supports creation of all these

Frank C.
  • 7,758
  • 4
  • 35
  • 45