PBL Ⅲ/Ethereum and Solidity

History & What is Ethereum? , Interfacing with Ethereum Networks

myejinni 2022. 6. 6. 20:21

[History of ethereum]

 

2008. 10.31

 

Bitcoin Blockchain

: was a tool to store a list of monetary transactions between different people

: enable financial transactions

 

-> block chain technology to create far more complex applications 

-> didn' t want to just use Bitcoin to transfer money

-> figure out some way to use these innovations to create much more advanced applications

 

Smart Contract

: absolute core of what ethereum is

 


 

[What is Ethereum?]

; what Ethereum is and how we work with it

 

 

 

1. 이더리움으로 작업 시 network of computers와 작업하는 것과 같다

-> networks; used to transfer money between different parties & store data

 

2. many different Ethereum networks exist

ex. test networks

 

3. node(개인 컴퓨터 등)-node-...-node

 

4. anyone can run a node

 

5. 각 노드가 블록체인 데이터 전부를 포함 가능

; 블록체인=simple DB

 

 

 


 

[Interfacing with Ethereum Networks]

 

 

for developers

-web3.js

: programmatic access to the ethereum network

 

for consumers

-metamask

: common people make use of the ethereum network 

-mist browser

 

 

 

 

 

 

 

 

 

 

'PBL Ⅲ > Ethereum and Solidity' 카테고리의 다른 글

Section1 : 12. What's a transaction ~ 16. block time  (0) 2022.08.14
Receiving Ether  (0) 2022.06.06
Ethereum Accounts  (0) 2022.06.06
Metamask Setup  (0) 2022.06.06
Introduction  (0) 2022.06.06