web3.swift
web3.swift copied to clipboard
Web3 and Geth wrapper utility in swift
Hello i did sign transction then get token then sending that token to my server it showing success but amount not deducted from account let me know your library support...
Hi, thanks for the library! 1. I seem to be stumbling trying to find this function, how do you extract the public and public keys from the GethKeyStore, or can...
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...
Hi, where to set my provider like we do on web3 var web3 = new Web3(new Web3.providers.HttpProvider(provider)); PS: I didn't find another place to request information sorry for opening the...
Hello, I have refactored the code to protocol oriented. This cleaned up some single responsibility issues. EthTypeEncoder - can be broken up to separate files for each extension Everything conforms...
how to get or create contract address on web3swift ...please