web3.swift
web3.swift copied to clipboard
Ethereum Swift API with support for smart contracts, ENS & ERC20
Hello I am creating a MacOS app that utilizes web3.swift. I am finding that the build fails on the package secp256k1.swift. The specific error that is generated is: Value of...
Specific RPC providers, such as [Klaytn API Service](https://www.klaytnapi.com/en/), include an authorization token in the HTTP header.
With the migration to Sepolia for testing #356 we had to disable some tests around offchain ENS and CCIP read. We would need to set up our own contract +...
BigInt 5.3 (as defined in the spm package) is not backwards compatible beyond 5.2 (as defined in the cocoapods package). There are missing extensions.
We are using Web3Auth version 8.4.0, which uses BitInt: "~>5.2.0", but web3.swift version 1.6.1 uses BitInt: "~>5.0.0", could you please upgrade the BigInt version to 5.2.0,use cocoapods install
Good morning, I'm currently facing an issue while trying to create an EthereumTransaction and seems to have a wrong format. The context is, I'm connected by a wallet connect socket...
I have having an issue with my Uniswap ABIFunction, the function is defined on the Uniswap V3 Router `0x1F98431c8aD98523631AE4a59f267346ea31F984` `getPool(address,address,uint24)` fails with `executionError(Code: -32000 Message: execution reverted)` I assume passing...
[EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) added a new transaction type for blobs. Support this tx to be created, and also data incoming from the chain should also be made available Reference: https://github.com/ethers-io/ethers.js/issues/4570 https://github.com/ethers-io/ethers.js/issues/4554