nshunt639 / solana-rust-token-mint

MIT License
2 stars 1 forks source link

How to give minting authority to the deployed program? #1

Open lethalazo opened 2 years ago

lethalazo commented 2 years ago

How to give minting authority to the deployed program?

I've deployed the program to mint a token on the devnet, can't figure out how I'd give authority to the program to mint the token, and if it's safe to do so.

nshunt639 commented 2 years ago

https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/ I think this can help you.