Web3.swift
Web3.swift copied to clipboard
A pure swift Ethereum Web3 library
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...
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 
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?