EthereumKit icon indicating copy to clipboard operation
EthereumKit copied to clipboard

EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.

Results 13 EthereumKit issues
Sort by recently updated
recently updated
newest added

`dyld: Library not loaded: @rpath/CryptoEthereumSwift.framework/CryptoEthereumSwift Referenced from: /private/var/containers/Bundle/Application/A44CC033-7BE7-4FCD-9F80-4D7211071568/Example.app/Example Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/A44CC033-7BE7-4FCD-9F80-4D7211071568/Example.app/Frameworks/CryptoEthereumSwift.framework/CryptoEthereumSwift: code signature invalid for '/private/var/containers/Bundle/Application/A44CC033-7BE7-4FCD-9F80-4D7211071568/Example.app/Frameworks/CryptoEthereumSwift.framework/CryptoEthereumSwift'` in my project `dyld: Symbol not found: _$s11CryptoSwift4SHA3C7VariantO9keccak256yA2EmFWC Referenced...

Infra's Endpoint has change https://mainnet.infura.io/{project ID} to https://mainnet.infura.io/v3/{project ID}. so we need to fix it. Otherwise, the new endpoint of infra doesn't work.

This code returns private key data with a length of 31 byte, which is not correct. The data doesn't have leading zero byte. ``` let mnemonic = "half try deer...

Currently, requests made through http client are getting 10 seconds timeout, but it is too short for a real world use case. It would be good to have it either...

Infura has new API V3 and It's not working with current version of EthereumKit

What can I do with this error? Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0 compiler:

Hello ,I know this kit not support cocoaPods. But my project is embed so many pods by cocoapods. So I tried drag the source file to my project directly ....

I don't see the import Wallet Demo in the Kit . dose it supported?