gtmickey
gtmickey
## 🚀 Feature I would like to ask of there are some pure rust codes can provide functions like dir sdk/wasm , so I can use them to build android...
Follow doc build wasm ``` 1. NodeJS Module This module has the features of the NodeJS environment built-in. It is single-threaded and unfortunately cannot yet be used to generate Aleo...
[refer from java version](https://github.com/hyperledger/web3j/blob/main/crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction4844.java) impl by dart and tested [transaction detail](https://sepolia.etherscan.io/tx/0x32c97fb86f781b4cde36c5d78c983d0697248bde2de4c35500e4de94c950e1b1 ) usage: ```dart final eip4844 = Transaction( to: address, maxFeePerGas: EtherAmount.fromBigInt(EtherUnit.wei,maxFeePerGas), maxPriorityFeePerGas: EtherAmount.fromBigInt(EtherUnit.wei, maxPriorityFeePerGasInt), maxGas: (gasLimit * BigInt.from(12) /...
pr is uploaded, https://github.com/xclud/web3dart/pull/149
**Is your feature request related to a problem? Please describe.** Any plan to add transactions v3 support? **Describe the solution you'd like** currently v0/v1 is Deprecated, https://docs.starknet.io/architecture-and-concepts/network-architecture/transactions/#transaction_versioning **Describe alternatives you've...
**Describe the bug** Account address is different while use same Mnemonic by starknet.dart and braavos wallet **To Reproduce** Steps to reproduce the behavior: 1. import Mnemonic to braavos wallet: smoke...
On Sepolia testnet I import a random phrase to argent-x wallet, and my first account is privateKey: 0x003240a3ed6737942813b39245f06e6287ae8c12dbe3efb8434bb0cc956544e9 publicKey:FMZtUieh93EjoXPcSFLqbpm9hkkrHM5pBM4fZhuLDdZ address: 0x02b45D8F1F8572ef0D1Ad79fe6589576272e5dc16C94B9b832408aEbffe2de97 1. publicKey shows like base58, and how to encode...