-
I have a Nami wallet with several accounts holding tokens _in the testnet_. At least since Monday, there have been issues when trying to transfer native tokens (tAda works without issues) to other acc…
-
I'm developing a Cardano application using nextjs setup with MeshJS template project. I'm using MeshJS in the frontend for its better React hooks etc. Although it's possible to use it fully, for the b…
kozer updated
3 months ago
-
I registered a DApp from my wallet, but I am unable to update its information.
I am encountering a transaction error when attempting to update the information.
I followed the same steps as the r…
-
**Internal/External**
*External* otherwise.
**Area**
*Other* Any other topic (Delegation, Ranking, ...).
**Summary**
`transaction calculate-min-required-utxo` fails with `Command failed: …
-
**Is your feature request related to a problem? Please describe.**
In general most backends are able to map a specific transaction id to a UTxO and an address to a set of UTxOs. Some backends even pr…
-
The Cost Model can change at any moment and they are currently hardcoded.
In the mean time, here is some janky code I wrote to compare values from
https://book.world.dev.cardano.org/cost-model.htm…
-
### Overview
There are 2 strategies for indexing messages:
- `block`: given a range of blocks `[fromBlock = 31231; toBlock = 41231]` return all the messages dispatched at the time of blocks between …
-
balance not showing last incoming transaction in my balance (transfer between wallets). I saw you had this same issue with someone in #201 The Same fix worked for me, but you need to fix this issue
-
Hi everyone!
I'm trying to build a simple validator to mint some tokens.
The validator works just fine in the following scenarios:
1. Using emulator
2. Using yaci devkit with kupmos ( blockfrost …
kozer updated
3 hours ago
-
The `TxBuilder` interface as it exists is complete - it allows us to build all possible transactions - and flexible: It supports a variety of use cases such as inserting the index position of tx input…