Ethereum dApps Developer の為のTips

Kohei Tanaka
3 min readSep 23, 2018

--

Ethereumを使ったdApps Developer向けの参考リンク集です。(随時更新中)
ブックマーク代わりお使い頂ければと思います。

Documents

開発時よく見るドキュメント

Solidity

https://solidity.readthedocs.io/en/develop/

web3.js

https://web3js.readthedocs.io/en/1.0/index.html

OpenZeppelin

https://openzeppelin.org/api/docs/open-zeppelin.html

Truffle

https://truffleframework.com/docs/truffle/overview

smart-contract-best-practices

https://github.com/sot528/smart-contract-best-practices/blob/master/README-ja.md

ConsenSys

https://github.com/ConsenSys

Ethereum Foundation

Ethereumの公式系

https://www.ethereum.org/

GitHub

https://github.com/ethereum

Eips

https://github.com/ethereum/EIPs

White Paper

https://github.com/ethereum/wiki/wiki/White-Paper

Vitalik Buterin Blog

https://medium.com/@VitalikButerin/latest

Tools

開発時よく使うツール

Etherscan

https://etherscan.io/
https://ropsten.etherscan.io/
https://kovan.etherscan.io/
https://rinkeby.etherscan.io/

Remix

https://remix.ethereum.org

Truffle

https://truffleframework.com/

Infura

https://infura.io/

docker/ethereum/client-go

https://hub.docker.com/r/ethereum/client-go/

Gas Fee

https://twitter.com/EtherFees

dApps

dApps関連

Cryptokitties Kitty Verse

https://www.cryptokitties.co/kittyverse

OpenSea

https://docs.opensea.io/docs

Decentraland

https://docs.decentraland.org

他にこんなのもよく使うってのがあればコメントください。
随時更新していきます。

--

--