mesh
mesh copied to clipboard
An open-source library to advance Web3 development on Cardano
hey I was trying to use webpack to bundle meshjs and use it so it can be imported into an html page, the browser wallet object is imported fine and...
https://deno.land/x/[email protected]/mod.ts?s=Provider
Input guard: - [ ] script supplied doesnt equal spending key of address / policy - [ ] To add Complete guard: - [ ] return the tx evaluation error...
ERROR in ./node_modules/@emurgo/cardano-message-signing-browser/cardano_message_signing_bg.js Can't import the named export '__wbindgen_realloc' (imported as 'wasm') from default-exporting module (only default export is available) webpack compiled with 448 errors and 2 warnings The error...
Should the wasm libraries like https://github.com/MeshJS/mesh/blob/main/packages/module/src/core/CSL.ts#L3 not be loaded asynchronously ideally with `await import`? Since I added Mesh to a Next.js project the build time and first load times increased...
Dear All When we're build the application, but it show one message "**Error: ENOENT: no such file or directory, open '...\.next\server\chunks\cardano_serialization_lib_bg.wasm**'" Could you help me
Just so everyone is aware there are some outdated and deprecated dependencies in the examples. ``` added 320 packages, and audited 321 packages in 27s 85 packages are looking for...
I have a spending validator address that was derived with Cardano CLI using a command like this: ``` cardano-cli address build \ --payment-script-file myValidator.plutus \ --stake-verification-key-file myStake.vkey \ --mainnet ```...