web3swift current state

Release

Version have been 2.5.0 released with follow release notes:

  • Fixed Cocoapods building.
  • Fixed Carthage building.
  • Fixed Swift Package Manager building.
  • Added github-actions pipeline.

Contribution

Code guidelines suggested for discussion in the community
Web3swift code guidelines - HackMD

Minor roadmap

Follow issues added to backlog.

Major roadmap:

3.0.0

  • Network code built on async/awaits (required minimum iOS 13.0 version) instead of Promise.
  • Add WalletConnect protocol support.
  • Make more swift way API.
  • Drop most outdated dependencies.
  • Drop down git size by dropping caches since it’s important for SPM library use cases.

4.0.0

  • Write documentation (comments in code) in DocC format, which instantly made possible to add online documentation, and give nest egg for make interactive examples in docs in future.
Select a repo