Web3.swift icon indicating copy to clipboard operation
Web3.swift copied to clipboard

A pure swift Ethereum Web3 library

Results 73 Web3.swift issues
Sort by recently updated
recently updated
newest added

Updated dependency and fixed bug in the public key initializer

Signtypeddata doesn't have this method. Can it be implemented like web3.js? Can eip712 signatures be like Web3.js? Is there a demo for eip712 signature ?thank you

now the dynamic array's encoding logic is to encode every item, then concat the hex string follow the length encoded hex.: ```Swift public func abiEncodeDynamic() -> String? { // get...

in my app, i am trying to call eth_sendTransaction method but its not working and giving error of eth_sendTransaction method not avaialble i am trying to connect with metamask and...

In my Swift UI App i am trying to send transaction but everytime i get this error as: method eth_sendTransaction does not exist/is not available error Here is my code...

I was doing some experimentation in developing an application that used the public ethereum blockchain, and accessing with web3.js. I poked around in this repository, looking for some specific web3.js...

enhancement

It seems that library fails to build for macOS 12.3.1. Any plans to support current Apple platforms?

- Add explicit type to disambiguate complex clousure ![Screen Shot 2022-03-31 at 08 07 18](https://user-images.githubusercontent.com/3689394/160989519-43c4aba7-436e-4bb0-9f7c-231239a2c8b3.png)

I am getting the subject build error after adding the following dependencies to my target. `dependencies: [ .product(name: "Web3", package: "Web3") // .product(name: "Web3PromiseKit", package: "Web3"), // .product(name: "Web3ContractABI", package:...

in my app i am using web3.net.version method to fetch network_id (chain_id) but even though i connect my wallet with mainnet i always get netwotk_id as 3. Any workaround?