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

Hi, I have a question about sending ADA to legacy Byron address. I tried to call .sendLovelace with Byron Icarus address recipient but it failed with `mixed-case strings not allowed`...

I created a mnemonic using `AppWallet.brew()` and used it to create an Eternl account. The address Eternl shows is `addr_test1qpz7pv40lfljuh34rdsd654ffwvq5306rx64en4cf2sevkptgn6meh05zlmfa878ft70uqnxshqv8avgapn8s4w72utse9ec2p` I then used the AppWallet and the same mnemonic to...

Here is an example of how I am using it ``` const addMinutes = (minutes) => { return new Date(Date.now() + minutes * 60000).getTime(); }; const slot = resolveSlotNo('preprod', addMinutes(10));...

Uncaught (in promise) Error: [BrowserWallet] An error occurred during signTx: {"code":-1,"info":"Inputs do not conform to this spec or are otherwise invalid."}. Here is the code below: const tx = new...

1. What causese this error or npm dependecy error? 2. What do you do to solve it? 3. Why are you getting this error? wims@wimspc:~/mesh/packages/demo$ npm install npm ERR! code...

Hello folks at MeshJS Recently I've been trying out the multi-sig tutorial and wanting to multi-sig with **APP wallets only** ``` const unsignedTx = await tx.build(); const signed1 = await...

Warning: I generated a private key specifically for this post, don't worry If you use a private key: "xprv12zhcvwkyatecqyfcs3lg8pjsx3zja0ds3783tlcajd8cja24raqqmy6stmp3tyxcucthw2nx78kl5d5x5t9p9g5vdthqe58ymd093z45a4l5m4e4rmvxyg8npens3zt2l6j03xyqzkyvxp0q0nyfm8r0yl0hfm2r7nln6sfaml28zkfdzlg28knkgvzr3w8f977ca5m3ulku560tw3y" in your sandbox: https://meshjs.dev/apis/appwallet then you will get an error: "Invalid...

I had a look at mesh today and I *love* the guides. They are simple to understand workable examples. Deviating from there is however close to impossible right now, because...

I have the latest version of Mesh. It detects all my installed wallets with no problem, but Typhon isn't always detected. I am not sure when it is detected, and...

investigating

### Blockfrost Provider - added hex encoding from Koios provider. - added endpoint data > 1. fingerprint (needed for providing a unique key pair for iterated components) > 2. totalSupply...