nft-minter-tutorial
nft-minter-tutorial copied to clipboard
`ERROR in ./node_modules/web3-providers-http/lib/index.js 32:12-28 Module not found: Error: Can't resolve 'https' in '/home/enrico/Scrivania/Sale/nft-minter-tutorial/nft-minter/node_modules/web3-providers-http/lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is...
> [email protected] start > react-scripts start node:internal/modules/cjs/loader:488 throw e; ^ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in /home//nft-minter-tutorial/minter-starter-files/node_modules/postcss-safe-parser/node_modules/postcss/package.json at new NodeError (node:internal/errors:371:5) at throwExportsNotFound (node:internal/modules/esm/resolve:429:9) at...
Hi, I'd like to get some help on how to change this minter to inject binance wallet extension instead of using Metamask . Thanks
as a potential user of alchemy's apis, I would like to start a project using the sample files provided here, but it'd be good to have a license informed, thanks
After running the npm install and then npm start; im getting the following error: Error: Alchemy URL protocol must be one of http, https, ws, or wss. Recieved: undefined How...
Hi, on step 12 in "how to create an NFT tutorial" the hardhat-ethers install has apostrophes which causes an error. Code should be: npm install --save-dev @nomiclabs/hardhat-ethers ethers@^5.0.0
I guess current contract address points to the original contract on Ropsten. When I run the project, it mints successfully but the etherscan doesn't seem to recognise an NFT creation...