Create New Carbon Token
Creating a New Carbon Token
Imports
import {
Bytes32,
CreateTokenFeeOptions,
CreateTokenTxHelper,
IntX,
PhantasmaAPI,
PhantasmaKeys,
TokenInfoBuilder,
TokenMetadataBuilder,
TokenSchemasBuilder,
} from "phantasma-sdk-ts";Initialize Deployer Keys
Build Token Info
Set Token Creation Fees
Build and Sign the Transaction
Broadcast the Transaction
Parse the Result
Last updated