Web3Swift icon indicating copy to clipboard operation
Web3Swift copied to clipboard

2. Implement Account -> Address ERC20 tokens sending

Open rockfridrich opened this issue 7 years ago • 3 comments

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

rockfridrich avatar Feb 19 '18 19:02 rockfridrich

@biboran/z please, pay attention to this issue

0crat avatar Feb 19 '18 19:02 0crat

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.

rockfridrich avatar Feb 25 '18 12:02 rockfridrich

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

abdulowork avatar Feb 26 '18 16:02 abdulowork