Go to file
keefertaylor 33870f0bee Fixing gemfile 2018-10-28 18:36:45 +00:00
CKMnemonic Deleting some more straggler files 2018-10-28 18:15:54 +00:00
MnemonicKit.xcodeproj Adding MnemonicKit sources to XCode. 2018-10-28 18:36:03 +00:00
Sources Adding MnemonicKit sources to XCode. 2018-10-28 18:36:03 +00:00
.gitignore Update gitignore 2018-10-28 17:58:10 +00:00
.slather.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00
.swift-version for swift4 2017-10-20 11:23:19 +08:00
.travis.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00
CKMnemonic.podspec for cocoapods 2017-10-20 11:40:34 +08:00
Gemfile Fixing gemfile 2018-10-28 18:36:45 +00:00
LICENSE Initial commit 2017-07-24 21:59:55 +08:00
Podfile Pod init 2018-10-28 18:34:22 +00:00
README.md Update README 2018-10-28 17:55:42 +00:00
codecov.yml Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00

README.md

MnemonicKit     Build Status     codecov

An implementation of BIP39 in Swift.

This library is originally forked from CKMnemonic: https://github.com/CikeQiu/CKMnemonic. Modifications are made for non-throwing APIs and support on OSX as well as iOS. Credit for most of this work is given to work_cocody@hotmail.com, qiuhongyang@askcoin.org.

Installation

CocoaPods

TezosKit supports installation via CocoaPods. You can depened on MnemonicKit by adding the following to your Podfile:

pod "MnemonicKit", :git => 'https://github.com/keefertaylor/MnemonicKit.git'

Usage

TODO: Write this

Contributions

I am happy to accept pull requests. If anyone is able to reach the original authors of CKMnemonic, I am happy to merge this library upstream with them.

License

MIT