playground

The world is a playground.

2018-04-01から1ヶ月間の記事一覧

iOS で Ethereum アカウントを作成・アドレス取得

Geth のライブラリを Cocoapods でインストールしていることが前提 blog.playground.io 次のようなコードで、Ethereum のアカウント作成・アドレス取得ができる // gist.github.com Ethereum 関連の情報は https://scrapbox.io/sushiether/ に集約することに…

iOS で Geth を使用する

iOS 用の Geth ライブラリは、CocoaPods でインストール可能です。 Podfile に以下の行を追記(バージョンは適宜アップデートします) // gist.github.com $ pod install でインストールします。 使用する時は、 import Geth とすれば ok です。 参考 https:…

ETH Tip Button Example

By adding the code snippet in this article, anyone who uses MetaMask can easily tip you by just pushing a button. If you find this article is useful, please push the button below and tip $ETH TIP $ETH // // You can add the same button to y…