Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
infra403 opened this issue Dec 18, 2023 · 0 comments
Open

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

infra403 opened this issue Dec 18, 2023 · 0 comments

Comments

@infra403
Copy link

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant