zeriontech / Web3Swift

Ethereum Web3 library implementation for Swift
https://web3swift.io
Apache License 2.0
108 stars 32 forks source link

2. Implement Account -> Address ERC20 tokens sending #29

Open rockfridrich opened 6 years ago

rockfridrich commented 6 years ago

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 Implement contract deployment transaction Implement contract deployment with non empty constructor

0crat commented 6 years ago

@biboran/z please, pay attention to this issue

rockfridrich commented 6 years ago

We will need to discuss this issue. We can implement all tools required for sending such transaction but separate ERC20Token domain from the main library.

abdulowork commented 6 years ago

@rockfridrich is ERC20Token just a concrete type of a Contract with a predictable behavior?