일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- error
- nextJS
- concept
- CLASS
- graphQL
- middleware
- CSS
- 기준
- solidity
- Ethereum
- bitcoin
- hardhat
- HTML
- built in object
- node.js
- tailwindcss
- JavaScript
- blockchain
- 삶
- SSR
- Props
- web
- typeScript
- evm
- useState
- API
- Redux
- Interface
- REACT
- express.js
- Today
- Total
목록EoA (2)
ReasonJun

In the case of Bitcoin blockchain, state values are managed based on UTXO. The user's balance is managed by updating the UTXO usage status whenever a new block is created. In the case of the Ethereum blockchain, the state value of balance data is stored in the Account based on the state, and the balance is updated every time a block is created. Types of Accounts: There are two main types of acco..
Externally Owned Accounts (EOAs): These accounts are controlled by private keys and are typically used by individuals and businesses to store and send Ether and other ERC-20 tokens. Contract Accounts (CAs): These accounts are controlled by smart contracts and are typically used to implement decentralized applications (DApps) and other complex functionality. Here is a table that summarizes the ke..