Skip to content

Query about Minting Tokens Using solscribe.io on SCAT Website #79

@infra403

Description

@infra403

Hello,

I am working on a project that involves minting tokens on the SCAT website using https://www.solscribe.io. I have written the following code snippet and would like to confirm if it's correctly implemented for minting tokens with specific assetUrl, name, and symbol:

const mintCtx =  (await mintSingle({
    provider,
    mintData: {
        assetUrl: {
            type: "jsonUrl",
            value: "COOL.com"
        },
        name: "COOL",
        symbol: "COOL",
    }
}))

await mintCtx.method.rpc()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions