playground

The world is a playground.

iOS で Geth を使用する

iOS 用の Geth ライブラリは、CocoaPods でインストール可能です。

Podfile に以下の行を追記(バージョンは適宜アップデートします)

 

gist.github.com

 

$ pod install でインストールします。

 

使用する時は、 import Geth とすれば ok です。

 

参考