Skip to content

Precalculate TokenIds? #467

@genecyber

Description

@genecyber

I really would like to use these new features, but have one significant issue. It appears part of the magic is with sequential toeknIds. My application associates a tokenID with an off chain asset. Typically I do this by generating my tokenID based off a few bits of information known before mint.

If sequential only, my prior method of associating a tokenID with an item is fraught with race conditions.

1: is it possible to mint out of order?
2: if not, is there a way to provide info at mint time to associate a tokenID with some key that I can use to associate with a specific off chain “thing”?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions