minty icon indicating copy to clipboard operation
minty copied to clipboard

a minimal NFT minting platform using IPFS

Results 16 minty issues
Sort by recently updated
recently updated
newest added

Great project. I've just updated to the latest dependency major versions, and there is a change in `ipfs-http-client` that requires the use of its `create` method to create a new...

Fixes issue #22 Updated module imports * src/deploy.js Updated fs promises import for Node 12+ * src/index.js Removed unused promises import * src/minty.js Updated fs promises import for Node12+

Hello there, i get this error, ubuntu 20.04 $ minty deploy internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module 'fs/promises' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at...

Hi! Thank you for this project, it's very simple to follow and understand. I have a question regarding transferring the NFTs. I have minted an NFT (ID 1): ``` ❯...

The `_setBaseURI` function from the OpenZeppelin base contract has been removed and isn't present in versions > 3.4.0 (I think). It looks like we should override the `_baseURI` method instead:...

It would be great to have a little web page that you could paste a token ID into and view the token asset and metadata. This should be pretty simple...

enhancement