Skip to content

Vanilla Swift implementation of Web3js functionality. Interaction with remote node via JSON RPC, smart-contract ABI parsing and interactions (both constant and non-constant functions)

License

Notifications You must be signed in to change notification settings

Sentient-Cryptography/web3swift

Repository files navigation

bkx-foundation-github-swift

web3swift

Version License Platform

  • Swift implementation of web3.js functionality ⚡
  • Interaction with remote node via JSON RPC 💭
  • Smart-contract ABI parsing 📖
  • Interactions (read/write to Smart contracts) 🔄

Check this out

Private key and transaction were created directly on the iOS device and sent directly to Infura node.

Here it is

https://rinkeby.etherscan.io/tx/0xc6eca60ecac004a1501a4323a10edb7fa4cd1a0896675f6b51704c84dedad056

Transaction
Nonce: 35
Gas price: 5000000000
Gas limit: 21000
To: 0x6394b37Cf80A7358b38068f0CA4760ad49983a1B
Value: 1000000000000000
Data: 0x
v: 43
r: 73059897783840535708732471549376620878882680550447969052675399628060606060727
s: 12280625377431973240236065453692843538037349746280474092545114784968542260859
Intrinsic chainID: Optional(4)
Infered chainID: Optional(4)
sender: Optional(web3swift.EthereumAddress(_address: "0x855adf524273c14b7260a188af0ae30e82e91959"))

["id": 1514485925, "result": 0xc6eca60ecac004a1501a4323a10edb7fa4cd1a0896675f6b51704c84dedad056, "jsonrpc": 2.0]
On Rinkeby TXid = 0xc6eca60ecac004a1501a4323a10edb7fa4cd1a0896675f6b51704c84dedad056

Example

You can try it by yourself by running the example project:

  • Clone the repo
  • cd Example/web3swiftExample
  • run pod install from the Example/web3swiftExample directory.
  • open ./web3swiftExample.xcworkspace

Requirements

Web3swift requires Swift 4.0 and iOS 11.2 (always use the latest iOS version for your security).

Installation

web3swift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'web3swift'

Current functionality

  • Send transactions, call functions of smart-contracts, estimate gas costs
  • Serialize and deserialize transactions and results to native Swift types
  • Convenience functions for chain state: block number, gas price
  • Check transaction results and get receipt
  • Parse event logs for transaction

Global plans

  • Full reference web3js functionality
  • Light Ethereum subprotocol (LES) integration

Special thanks to

  • Gnosis team and their library Bivrost-swift for inspiration for the ABI decoding approach
  • Trust iOS Wallet for collaboration and discussion for initial idea

Appreciation

When using this pod references to this repo, Bankex and Bankex Foundation are appreciated.

Authors

Alex Vlasov, @shamatar, av@bankexfoundation.org

Petr Korolev, @skywinder, pk@bankexfoundation.org

License

web3swift is available under the Apache License 2.0 license. See the LICENSE file for more info.

About

Vanilla Swift implementation of Web3js functionality. Interaction with remote node via JSON RPC, smart-contract ABI parsing and interactions (both constant and non-constant functions)

Resources

License

Stars

Watchers

Forks

Packages

No packages published