mesh icon indicating copy to clipboard operation
mesh copied to clipboard

An open-source library to advance Web3 development on Cardano

Results 47 mesh issues
Sort by recently updated
recently updated
newest added

The is a preparatory PR for upcoming V2 upgrade. It reshuffles serialization logics and centralized it, for easier integration for later dependency injection patterns. Also, CSL specific logic is removed...

Receive the error > Cannot read properties of undefined (reading 'PrivateKey') when including Mesh in Vue 3 / Nuxt based projects. Appears to be an issue with importing @stricahq/* (and...

https://meshjs.dev/react/ui-components#stakeButton I have been using this UI component but the recent update from 1.1.10-beta.3 to 1.6.2 has broken this StakeButton component. I am seeing the same issue on your demo...

I use App Wallets for my web tools. I used to be able to transact, mint, and burn, with no problems at all, this was with SDK versions: ```json "@meshsdk/core":...

- Added test for MeshTxBuilder constructor to verify initial state. - Added test for MeshTxBuilder reset() method to ensure it correctly resets state Note: This is my first PR on...

I need to be able to redeem multiple UTxOs within a single transaction, and I'm attempting to use multiple invocations of `redeemValue` to do that. From [this issue](https://github.com/Emurgo/cardano-serialization-lib/issues/292) it sounds...

Guarantee type compatibility with even the built in `npm` support in Deno. Relevant context here, though in the case of `@mesh/core` types are also not pulling through in all cases...

I just created a next app, installed mesh/core and mesh/next Next (14.2.13) Next config: ```ts const nextConfig = { experimental: { serverComponentsExternalPackages: [ "@meshsdk/core", "@meshsdk/core-cst", "@meshsdk/react", ], }, reactStrictMode: true,...

Hi! I am using the latest versions of the core and react package together with NextJS 14 ``` "@meshsdk/core": "^1.6.12", "@meshsdk/react": "^1.6.12", "next": "14.1.0", ``` Also enabled layers and asyncWebAssembly...

# I have some problems burning assets in CIP68 standard. I tried burning assets but it seems to not work. I am trying to find nft reference ```ts const mintScript:...