RedDwarf
RedDwarf
### Describe the problem you discovered Check everywhere we have a transaction in aeWallet if we have a control between UCO available and fees amount ### Describe the solution you'd...
Now, UCO is a constant. Use it when aeToken object is manipulated and remove `aeToken.isUCO ? 'UCO' : aeToken.address`conditions _Originally posted by @Chralu in https://github.com/archethic-foundation/archethic-wallet/pull/1088#discussion_r1793167016_
Currently, the version on apple store is 4.11.3 https://apps.apple.com/us/app/archethic-wallet/id6443334906 But i get 4.11.2. Do you know why? 
When testing a dApp using `wallet_kit`, I encountered an issue during wallet import: After entering an invalid mnemonic phrase, the UI did not display any error message. The app navigated...
When using `wallet_kit`, I encountered an issue where the `DeployAccountButton`appear, and a message saying "Not enough ETH" is shown — even though my account **does have ETH**. This issue occurs...
I was looking into the `wallet_provider.dart` file and noticed that both the `chainId` and `provider` values seem to be hardcoded [here](https://github.com/focustree/starknet.dart/blob/3e6fe998056178064443452b3beedf05c560f53b/packages/wallet_kit/lib/wallet_state/wallet_provider.dart#L182). ``` return s.Account( accountAddress: s.Felt.fromHexString(account.address), chainId: s.Felt.fromString('KATANA'), provider: sp.JsonRpcProvider.devnet,...
Hi I'm currently integrating **wallet_kit**'s widget into a Flutter project, and I've noticed that some widgets use hardcoded styles — such as `TextStyle`, `ButtonStyle`, or `Color` — directly in their...
This PR suggests to manage issue #490 # Notes on Starknet Wallet API Implementation for starknet.dart ## 1. Objective The goal was to study the Starknet Wallet API specification (based...