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.sol ~/contracts/Contracts.abi ~/contracts/Contracts.bin ~/contracts/Contracts.go ...

2019-09-03 · 1 min · 141 words · Me

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

2019-09-02 · 1 min · 2 words · Me

golang echo rest demo

https://github.com/hyacinthus/restdemo/blob/master/GOLANG-RESTFUL-API.pdf https://github.com/hyacinthus/restdemo

2019-08-31 · 1 min · 2 words · Me

ethereum explorer etherchain light

https://github.com/gobitfly/etherchain-light

2019-08-29 · 1 min · word · Me

[轉]Web3.js vs Ethers.js

https://github.com/adrianmcli/web3-vs-ethers

2019-08-29 · 1 min · word · Me