Skip to content

chengang9527/BankexWalletIOS

 
 

Repository files navigation

BANKEX Wallet - Ethereum Wallet for iOS

Welcome to BANKEX's open source iOS app!

Getting Started

  1. Download the Xcode 9 release.
  2. Clone this repository.

Contributing

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.

Code of Conduct

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.

Publishing your own pull request

If you want to publish your own pull request, you might want to ask us before to avoid doing similar work.

CocoaPods

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.8%
  • Ruby 0.2%