Ganache
https://gyazo.com/5e9317eefd264c270c7fed5e5c8d18b5
EthereumのBlockchain ブロックチェーンローカル開発環境ツール
TestRPCのようにローカルで開発用のチェーンを構築
CUIでBlockやトランザクション Transactionを参照し、アプリケーションの動作を確認できる
GUIとCUIあり
TODO
ganache-cli
GUIのコントラクト詳細見れる時と見れない時の差は?
Ganache | Truffle Suite
ONE CLICK BLOCKCHAIN
Quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates.
フロー
アプリ開いて、Ganache起動
ネットワークつなぐ
truffle console --network ganache
truffle.cofig.jsに記述
Ganashにtruffle.cofig.js連携
https://gyazo.com/367dcb4bc38352e56e629a966320200f
account,passwordをganacheから取得、コピペ
Deploy デプロイ
参考
Ethereum のローカル開発環境 Ganache を使ってみる - Qiita