Welcome to BANKEX's open source iOS app!
- Download the Xcode 10 release.
- Clone this repository.
We intend for this project to be an educational resource: we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app for our users in line with our roadmap.
The best way to submit feedback and report bugs is to open a GitHub issue. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs. Keep in mind that all participants will be expected to follow our code of conduct.
- Compatibility: Requires iOS 9.0 or later. Compatible with iPhone and iPod touch.
- Languages: English,Chinese
We aim to share our knowledge and findings as we work daily to improve our product, for our community, in a safe and open space. We work as we live, as kind and considerate human beings who learn and grow from giving and receiving positive, constructive feedback. We reserve the right to delete or ban any behavior violating this base foundation of respect.
If you want to publish your own pull request, you might want to ask us before to avoid doing similar work.
- iOS 9.0+ SDK
- Xcode 9 or later
If you want to add you own pods or update existing, you need to install cocoapods.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate any pod into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target 'BankexWallet' do
#add your new pod here
pod 'web3swift'
end
Then, run the following command:
$ pod install
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
More details (architecture, environments, tests, tools...) can be found on the wiki.
A brief summary of each Lovely release can be found on the releases.