web3swift
web3swift copied to clipboard
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Hi, After resolving the type mismatch, I now get "Cannot find 'Utilities' in scope" and "Cannot find 'SECP256K1' in scope" when using web3swift 3.3.0 in xcode [DefaultCryptoProvider.txt](https://github.com/user-attachments/files/19307888/DefaultCryptoProvider.txt) I expected both...
Hello, web3swift! I have a lot of trouble writing a minimal representation example code manager. In the future, I want to use eth-mainnet.alchemyapi. The goal is to write a simple...
Hope to update the versions of BigInt and secp256k1 that I depend on. The latest versions of them need to be used in our project.
### What happened? I am trying to sign a Key Value by converting it to Data but it has very different implementation as compared to android and python resulting into...
### What happened? For every other transaction, the estimate gas price is incorrect, usually by 50-80% of what the previous correct gas price was. What's even stranger is that setting...
- modified to allow an optional type of 'totalDifficulty' - According to 'https://github.com/ethereum/execution-apis/commit/9e16d5e76a554c733613a2db631130166e2d8725', you can see that the 'totalDifficulty field was removed from the Blockschema on September 4. - Since...
Hi, I want to implement token exchange in my application. I use the 1inch service to create a raw unsigned transaction. After receiving a hex from it, I try to...
## **Summary of Changes** Fixes # _(if applicable - add the number of issue this PR addresses)_ ## **Test Data or Screenshots** ###### _By submitting this pull request, you are...
Description When trying to archive and create an .xcframework for a project that includes Web3swift, the build fails with the following error: Command SwiftVerifyEmittedModuleInterface failed with a nonzero exit code...
Prepare for swift6 concurrency by marking TransactionReceipt Sendable.