项目作者: BANKEX
项目描述 :
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
高级语言: Swift
项目地址: git://github.com/BANKEX/web3swift.git








web3swift
- Swift implementation of web3.js functionality

- Interaction with remote node via JSON RPC

- Smart-contract ABI parsing

- Local keystore management (geth compatible)
- Private key and transaction were created directly on an iOS device and sent directly to Infura node
- Native API
- Security (as cool as a hard wallet! Right out-of-the-box!
) - No unnecessary dependencies
- Possibility to work with all existing smart contracts
- Referencing the newest features introduced in Solidity
Features
Requirements
Web3swift requires Swift 4.2 and deploys to macOS 10.10
, iOS 9
, watchOS 2
and tvOS 9
and linux
.
Don’t forget to set the iOS version in a Podfile, otherwise you get an error if the deployment target is less than the latest SDK.
Installation
Swift Package Manager:
Although the Package Manager is still in its infancy, web3swift provides full support for it.
Add this to the dependency section of your Package.swift
manifest:
.package(url: "https://github.com/BANKEX/web3swift.git", from: "2.1.0")
CocoaPods: Put this in your Podfile
:
pod 'web3swift.pod'
Carthage: Put this in your Cartfile
:
github "BANKEX/web3swift" ~> 2.1
Documentation
Hi. We spend a lot of time working on documentation. If you have some questions after reading it just open an issue or ask in our discord channel. We would be happy to help you.
Most of the classes are documented and have some examples on how to use it.
Design decisions
- Not every JSON RPC function is exposed yet, priority is given to the ones required for mobile devices
- Functionality was focused on serializing and signing transactions locally on the device to send raw transactions to Ethereum network
- Requirements for password input on every transaction are indeed a design decision. Interface designers can save user passwords with the user’s consent
- Public function for private key export is exposed for user convenience, but marked as UNSAFE_ :) Normal workflow takes care of EIP155 compatibility and proper clearing of private key data from memory
Contribution
For the latest version, please check develop branch.
Changes made to this branch will be merged into the master branch at some point.
Special thanks to
- Gnosis team and their library Bivrost-swift for inspiration for the ABI decoding approach
- Trust iOS Wallet for the collaboration and discussion of the initial idea
- Official Ethereum and Solidity docs, everything was written from ground truth standards
Donate
