Check out the “Getting Started with the Hedera Token Service” video tutorial in JavaScript here.
NFTs
For non-fungible tokens, the token ID represents an NFT class. Once the token is created, you must mint each NFT using the token mint operation.Token Properties
Token Properties
- Treasury key is required to sign
- Admin key, if specified
- Transaction fee payer key
- For fungible tokens, a
CryptoTransferfee is added to transfer the newly created token to the treasury account - Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your transaction fee cost
Constructor
Transaction Properties
Get Transaction Values
This transaction supports high-volume entity creation
(HIP-1313). Setting
setHighVolume(true) routes the transaction through dedicated
high-volume throttle capacity with variable-rate pricing. Always pair this with
setMaxTransactionFee() to cap your costs.