typescript-sdk

Home > @3rdweb/sdk > DropModuleMetadata > baseTokenUri

DropModuleMetadata.baseTokenUri property

Warning: This API is now obsolete.

The IPFS base URI thats prepended to all token URIs. This allows you to batch upload all the metadata for the tokens ahead of time so they can be lazy minted later

e.g. if a Drop Collection has a token URI of /ipfs/BOREDAPES/TOKEN1, then the IPFS base URI is /BOREDAPES/

Signature:

baseTokenUri?: string | undefined;