solc abigen docker

sol file put in ~/contracts/sol File list ~/contracts/sol/Contracts.sol RUN docker run -v ~/contracts:/sources ethereum/solc:0.4.23 -o /sources --abi --bin /sources/sol/Contract.sol File list ~/contracts/sol/Contracts.sol ~/contracts/Contracts.abi ~/contracts/Contracts.bin 0.4.23 check your contract version. This example is pragma solidity ^0.4.23; sol name need be changeed. This example is Contract.sol Permission denied just use root RUN docker run -v ~/contracts:/sources ethereum/client-go:alltools-v1.9.2 abigen --abi /sources/Contract.abi --pkg contracts --type Contract --out /sources/Contract.go --bin /sources/Contract.bin File list ~/contracts/sol/Contracts.

繼續閱讀

go-eth

https://medium.com/taipei-ethereum-meetup/%E4%BD%BF%E7%94%A8-go-%E8%88%87%E4%BB%A5%E5%A4%AA%E5%9D%8A%E5%8D%80%E5%A1%8A%E9%8F%88%E4%BA%92%E5%8B%95-%E4%B8%89-7b7b1f40c06a https://github.com/sc0Vu/go-eth

繼續閱讀

https://stackoverflow.com/questions/26481507/how-to-force-cordova-to-recompile-added-plugins Cordova plugin會cache https://stackoverflow.com/questions/26481507/how-to-force-cordova-to-recompile-added-plugins 1、先remove 2、再加回 為了以上動作執行確實,不要直接去改plugin內容,採用下例方式: 1、建立 keep_plugs 2、將plugin放到裡面,然後再add到專案 3、修改後,重新執行remove、add cordova plugin remove cordova-android-toast cordova plugin add keep_plugs/cordova-android-toast

繼續閱讀

作者的圖片

Sue boy

Sueboy Can support You

CIO

Taiwan