solidity

スマートコントラクトのデプロイから実行まで /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…

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 (テストネット…

geth 1.6.7 と Solidity 0.4.18 でスマートコントラクトを走らせる方法リスト

バージョン geth: 1.6.7 solc: 0.4.18-develop.2017.10.12+commit.81f9f86c.Darwin.appleclang 状況: Solidityのスマートコントラクトをコンパイル後、 gethクライアントでEthereumへスマートコントラクトを送ることができなかった。 使えたチュートリアル: …

gethでのSolidityセットアップ

全ての場合についてのチュートリアル: http://solidity.readthedocs.io/en/develop/installing-solidity.html [解決]ソースからbuildする場合: http://block-chain.jp/tech/install-solidity-solc-on-mac/ インストールされていることを確認する方法: $ whic…

Ethereum Wallet: no data is deployed on this contract

エラーのでたプログラム: Wallet内のリンクから参照できる公式チュートリアルサイト Create a cryptocurrency contract in Ethereum エラー: コントラクトがConfirmされてもエラー文面が出る。 no data is deployed on this contract 解明: プログラム内容の…