Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzushioh authored Feb 15, 2018
1 parent e224727 commit f222c78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# EthereumKit

EthereumKit is a Swift framework that enables you to create Ethereum wallet and use it in your app.
Architectures are highly inspired by [WalletKit](https://github.com/yuzushioh/WalletKit) and [BitcoinKit](https://github.com/kishikawakatsumi/BitcoinKit)

🚨 __EthereumKit is currently under development. not ready for the production use__ 🚨

Expand Down Expand Up @@ -70,5 +69,10 @@ let thirdAddress = wallet.receiveAddress(at: 2)
- Insert `github "yuzushioh/EthereumKit"` to your Cartfile.
- Run `carthage update --platform ios`.

## Made possible by
- [BitcoinKit](https://github.com/kishikawakatsumi/BitcoinKit)
- [BitcoinCore](https://github.com/oleganza/CoreBitcoin)
- [openssl](https://github.com/openssl/openssl)

## License
EthereumKit is released under the [MIT License](LICENSE.md).

0 comments on commit f222c78

Please sign in to comment.