ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
313 stars 43 forks source link

Mint authority and NFTs #99

Closed jakub-mezey closed 1 year ago

jakub-mezey commented 1 year ago

Hi, I am trying to figure out how to remove authority from Mint Account after first mint? Cannot find any example of this.

I am trying to do "NFT" according to this document https://docs.metaplex.com/programs/token-metadata/overview

Love the project

jakub-mezey commented 1 year ago

I have found function createSetAuthorityInstruction in Anchor Cli. I presume there is no other way.