Web3Swift
Web3Swift copied to clipboard
Ethereum Web3 library implementation for Swift
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...
Relates to #1 and #13 Implement transaction sending logic from Account (private key) to any address. Implement different strategies for transaction parameters settlement.
Lets add a case for accessing address from a private key via `EthPrivateKey` and `PrivateKeyAddress ` as a getter
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`.
`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!