Mintbase / mintbase-js

Powerful open-source library for doing all things NFTs on the NEAR protocol.
https://docs.mintbase.xyz
MIT License
63 stars 24 forks source link

Mint method doesn't execute. #185

Closed jothamardel closed 1 year ago

jothamardel commented 1 year ago

I bootstrapped my project from Mintbase Boilerplate and Starter for Next JS 12+, Tailwind CSS 3, and TypeScript.

The application successfully connects to a near wallet when the connect method is invoked, but when I call the wallet.mint() nothing happens.

I implemented it in a previous version of the application and it worked but it doesn't seem to work on this recent project I'm working on.

What could be the issue?

microchipgnu commented 1 year ago

Hey @jothamardel I would take a look into the new MintbaseJS (https://docs.mintbase.io/dev/mintbase-sdk-ref)

Specifically, take a look into the mint method. https://docs.mintbase.io/dev/mintbase-sdk-ref/sdk/mint