Deploy to Solana
Install Dependencies
Deploy NTT
ntt new my-ntt-deployment
cd my-ntt-deployment# Testnet Deployment
ntt init Testnet
# Or, Mainnet Deployment
ntt init MainnetDeploy your Solana Token
Generate NTT Program Keypair
Derive the 'token-authority' PDA of the newly generated NTT Program id
Set SPL token Mint Authority to newly generated 'token authority' PDA
Deploy NTT
Configure NTT
Push deployment to Solana, specifying the Keypair that will cover the gas fees
Last updated
Was this helpful?

