Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 322 Bytes

File metadata and controls

14 lines (9 loc) · 322 Bytes

Solana-Basic-Mitn-authority-check-Javascript

npm istal @solana/web3.js

Replace with the mint address you want to check const mintAddress = 'EKMsNeUWCdhf3nzWhATCkwZnWMxHngS1CbFWnb81KrvY'; checkMintAuthority(mintAddress);

Run script node solmintauthcheck

Result will be returned in console.

Feel free to F$ck around