js-examples
js-examples copied to clipboard
Examples and Starter Kits using the new JS SDK
Module "http" has been externalized for browser compatibility and cannot be accessed in client code.
@metaplex-foundation_js.js?v=319d8b9d:73192 Uncaught Error: Module "http" has been externalized for browser compatibility and cannot be accessed in client code. at Object.get (@metaplex-foundation_js.js?v=319d8b9d:73192:11) at @metaplex-foundation_js.js?v=319d8b9d:73860:33
The example in ` mint-ui-example/pages/index.js` is not following the updated wallet standard which removes the need to write constructor for Glow and Slope Wallet Adapter
hey @antey13 , while creating a new Auction house. It is throwing this error ! Unhandled Runtime Error Error: Signature verification failed Call Stack Transaction.serialize node_modules/@solana/web3.js/lib/index.browser.esm.js (1853:0) RpcClient.sendTransaction node_modules/@metaplex-foundation/js/dist/esm/plugins/rpcModule/RpcClient.mjs (70:0)...
Hello, I was trying to have the ui mint example to run. And I got the following message: ```js TypeError: Cannot read properties of null (reading 'guards') ``` The error...
Since Phantom is now using the standard wallet adapter the special adapter is not required anymore. In contrast there where even issues reqported related to signature verification and Phantom using...
Followed the instruction to create a vite project with metaplex here: https://github.com/metaplex-foundation/js-examples/tree/main/getting-started-vite I added typescript. When I try to build with `tsc && vite build`, `tsc` throws following error: ```...
Followed the connect wallet repo & got an error on cannot read properties of undefined (reading 'images') updated the index.js & Home.module.css files. downloaded packages. followed by npm run dev....
Having issues with Unhandled Runtime Error. TypeError: nftList.filter is not a function. See screenshot below. Any suggestions? 
Base Next JS app that implements: - Auction House Creation - NFTs loading - Fetching of listings by seller address - Listing Creation - Listing Canceling - Direct sale execution
Without this line, there is an error while running dev.