playground

The world is a playground.

ethereumjs-wallet を使用したウォレットの生成・公開鍵や秘密鍵の取得

ethereumjs-wallet を使用すると、Ethereum ウォレットの作成して、次のような情報を非常に簡単に取得できる。

  • 秘密鍵
  • 公開鍵
  • アドレス
  • keystore ファイル

 

ethereumjs-wallet の導入

gist.github.com

 

サンプルコード

gist.github.com

 

Scrapbox

scrapbox.io