# 이더리움을통한블록체인개발기본
# 이더리움을통한블록체인개발기본
by jihoon kim
HTML
<h1>이더리움을통한블록체인개발기본</h1>
<div id="main-content" class="wiki-content">
<h3 id="id-이더리움을통한블록체인개발기본-AGENDA">AGENDA</h3>
<ul style="list-style-type: square;">
<li>이더리움 아키텍처</li>
<li>REMIX IDE</li>
<li>Solidity란?</li>
<li>개발에 필요한 사이트 소개 (Solidity 매뉴얼, OpenZepplin, 기술 블로그 post 등)</li>
<li>MetaMask 소개 및 설치</li>
<li>REMIX IDE에서 Token Contract 배포 (DoosanPreVisionToken 만들기: <a href="https://ropsten.etherscan.io/token/0xe2269f655e0ab8ea3d8b56d4e8c418d61bca266f#balances" class="external-link" rel="nofollow">https://ropsten.etherscan.io/token/0xe2269f655e0ab8ea3d8b56d4e8c418d61bca266f#balances</a>)</li>
<li>Q&A</li>
</ul>
<p>
<br>
</p>
<h3 id="id-이더리움을통한블록체인개발기본-REFERENCES">REFERENCES</h3>
<ul style="list-style-type: square;">
<li>
<p>
<a href="http://solidity.readthedocs.io/en/v0.4.24/index.html" class="external-link" rel="nofollow">Solidity development guide</a>
</p>
</li>
<li>
<p>
<a href="https://steemkr.com/blockchain/@voidlink/2018" class="external-link" rel="nofollow">블록체인 플랫폼 정리</a>
</p>
</li>
<li>
<p>
<a href="https://openzeppelin.org/" class="external-link" rel="nofollow">Openzeppelin 웹사이트 (Open source smart contract code)</a>
</p>
</li>
<li>
<p>
<a href="https://ethereum.org/token" class="external-link" rel="nofollow">Ethereum 토큰 발행 코드</a>
</p>
</li>
<li>
<p>
<a class="external-link" href="https://remix.ethereum.org/#optimize=true&version=soljson-v0.4.24+commit.e67f0147.js" rel="nofollow">Solidity IDE (Remix)</a>
</p>
</li>
<li>
<p>
<a rel="nofollow" class="external-link" href="https://faucet.metamask.io/">TESTNET 이더리움 구걸</a> <a href="http://faucet.ropsten.be:3001/" rel="nofollow" class="external-link">http://faucet.ropsten.be:3001</a>
</p>
</li>
<li>
<p>
<a href="https://ropsten.etherscan.io/tx/0x8ffae825d5f4c9e3651057247f4913fd271519679c6142cedc695a96f61041cb" rel="nofollow" class="external-link">TESTNET...