以太坊资料

#【教程】5分钟在以太坊上发行自己的代币

http://wangmengqi.logdown.com/posts/2473648-tutorial-workshop-on-smart-contracts-issued-tokens

 

# How to get on Rinkeby Testnet in less than 10 minutes

https://gist.github.com/cryptogoth/10a98e8078cfd69f7ca892ddbdcf26bc

 

# download geth 

https://geth.ethereum.org/downloads/

 

# install metamask 

https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn

 

# compile & deploy smart contract

https://ethereum.github.io/browser-solidity/

 

https://ethplorer.io/   Token信息查询

https://etherscan.io/   以太坊浏览器

# Solidity语言

 http://www.tryblockchain.org/

猜你喜欢

转载自tzhennan.iteye.com/blog/2410464