Web3Swift icon indicating copy to clipboard operation
Web3Swift copied to clipboard

Ethereum Web3 library implementation for Swift

Results 56 Web3Swift issues
Sort by recently updated
recently updated
newest added

Relates to #24 Implement logic for transaction with сustom data Implement transaction data builder for different parameter types Implement string ABI function checking Implement contract calling function and response deserialization...

disambiguation

Relates to #1 and #13 Implement transaction sending logic from Account (private key) to any address. Implement different strategies for transaction parameters settlement.

disambiguation

Lets add a case for accessing address from a private key via `EthPrivateKey` and `PrivateKeyAddress ` as a getter

scope

As per https://github.com/BlockStoreApp/Web3Swift/pull/61#discussion_r170678030 Let's create a new for swift lint that would allow us to prohibit the usage of test method without `:description`.

scope

`eth_syncing` procedure needs to be implemented.

Is there a possibility to implement Ocean protocol's method startOrder(...) in the library? Please see for reference https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519 Thank you in advance!