This repository contains the source code for Argent Assessment iOS app.
This app consists in:
- Showing the wallet balance
- Sending ETH
- Showing inbound ERC20 transfers
- Clone or download project.
- From root project directory in Terminal (the one where Podfile file is), run
pod repo update
to update source repos and then runpod install
. It will install web3.swift pod. - Run
open ArgentAssessment.xcworkspace
to open the project workspace in Xcode.
- Make sure your device is connected to your computer and Build & Run by using ⌘+R from Xcode.
Everything works around one branch (master
) to follow the Github Flow.
Feel free to submit pull requests.
Test your (not yet tested) code if possible before pull requests.
- web3.swift by Argent
- Victor Nouvellet - victor (dot) nouvellet (at) gmail (dot) com
- The Argent Assessment App is released under a New BSD License. See LICENSE file for details.