web3swift
web3swift copied to clipboard
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
### What context is your feature request related to? In addition to Discord chat we also have Telegram, ughm "forum", which also have some kind of channels in it. So...
### What context is your feature request related to? Currently the repo owner writes a message of a new release, when it's presented. This is uncool. ### What solution would...
### What context is your feature request related to? Github announced it's new feature ()[https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/] that is seems like special case of it's ci/cd but for merging a sequence of...
### What context is your feature request related to? Handle this fixme in ReadOperation. `// FIXME: Rewrite this to CodableTransaction` ### What solution would you like? Remove the FIXME and...
### What context is your feature request related to? I created contract address for extra features for transfer NFT Here is the logic for it: step1: User can request for...
### What context is your feature request related to? Implementing proper generics across the library instead of using `Any` for encoding and decoding functions. This task is based on discussions...
### What context is your feature request related to? `EIP681CodeParser.parse` function returns `nil` if something is wrong in the encoded raw EIP681 given as input parameter. It doesn't help people...
### What context is your feature request related to? It's an extra-long name that doesn't tell anything useful. We already know that it's a call of some smart contract function...
### What happened? _This is not to be released within v3. I've added 4.0 tag to this issue and will skip these sentences in the upcoming issues by just adding...
### What happened? The use of `public var transaction: CodableTransaction` in ERCs and `Web3.Contract` only leads to side-effects. `CodableTransaction` must be created when we call a function and disposed of...