Simon Bachmann
Simon Bachmann
Running the code snippet from the README for sending an ETH tx fails: ```swift let privateKey = try! EthereumPrivateKey(hexPrivateKey: "0xa26da69ed1df3ba4bb2a231d506b711eace012f1bd2571dfbfff9650b03375af") firstly { web3.eth.getTransactionCount(address: privateKey.address, block: .latest) }.then { nonce in...
The wrong number of columns are displayed, when opening the app directly in landscape. The initial device orientation is not detected.
Please update the link to the current identity contracts.
I get an error after adding the the package to my project in `AnyDecodable.swift` on line 45. I am using Xcode Version 12.0 (12A7209).
I have two files. One works fine with the jaxb plugin for maven but the other one does not generate any classes. However, other services have no problem to recognise...
Let's assume we have the following smart contract: ```solidity contract EventFactory{ uint public eventIndex; mapping (uint => Event) public events; // .... } ``` When reading data from a mapping,...
Why does it not work with ETH2 public keys? They seem to be shorter. The error I get is: > Error: Expected public key to be an Uint8Array with length...