Truffle

コマンドまとめ ETH, RSK, Truffle

gethコマンド Ethereum Geth コンソールコマンド一覧 - Qiita 実験用まとめ /Users/name/go-ethereum/build/bin/geth --datadir /Users/name/blockchain_projects/gethdir/miner01 -verbosity 4 --ipcdisable --port 30301 --rpcport 4444 --rpc --targetgas…

スパコンDGXでTruffleセットアップ

DGXへ接続: 1:アカウント作成 2:パソコンで同じwifiに接続した上で、 ssh haru@ポート番号 --- Mac OSでは.bash_profileというファイルである、パスを記載するファイルを編集。 vim .bashrc vim使い方: i でinsert modeになるので編集 escでinsert modeから…

スマートコントラクトのデプロイから実行まで /Solidity Smart Contracts in Truffle

LIST OF LINKS------ Truffle Site: http://truffleframework.com/ List of Official Tutorials: http://truffleframework.com/tutorials/ Basic: https://qiita.com/toshikase/items/d313b7c28bf16b940b12 http://truffleframework.com/tutorials/debugging…

Applescript/Terminal 複数タブからコマンドを打つ

複数タブからコマンドを打ちたいとき: Applescriptを用いる。 参考: applescript - How can I write a script to open multiple terminal tabs and execute code in them? - Ask Different Writing external scripts | Truffle Suite 結果: tell application…

RSK: multiple nodes setup in private network + send transactions from different nodes

Thanks to ajlopez · GitHub from RSKJ gitter, 2017/12/10. ----------- 2 ways: use genconf, a tool to set up automatically and to set up manually. GENCONF: Automatic setup tool: RskUtils/genconf at master · ajlopez/RskUtils · GitHub Git clon…

Truffle compile: "Invalid input source specified." の解決法

問題: ➜ truffle-webpack git:(addmarketplacesolc) truffle compile --verboseCompiling ./contracts/marketplace.sol...Compiling ./contracts/networkmanager.sol...Compiling networkmanager.sol... Invalid input source specified.Compiliation failed…

RSK privatenetwork +Truffle + solidity

[versions] EthereumJS TestRPC v4.0.1 (ganache-core: 1.0.1)Truffle v3.4.3gradle 4.2.1RSKJ Ginger 0.2.5web3 0.18.4 (https://github.com/ethereum/web3.js/) 目次ページ https://github.com/rsksmart/rskj/wiki/Starting-with-RSK-Smart (テストネット…