250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- bitcoin
- nextJS
- CSS
- express.js
- Ethereum
- 삶
- JavaScript
- node.js
- middleware
- 기준
- built in object
- SSR
- tailwindcss
- HTML
- evm
- web
- useState
- blockchain
- REACT
- solidity
- error
- hardhat
- CLASS
- typeScript
- concept
- Redux
- Interface
- API
- graphQL
- Props
Archives
- Today
- Total
목록bytecode (2)
ReasonJun
Bytecode in EVM is the low-level programming language that is used to execute smart contracts on the Ethereum blockchain. It is generated by a compiler from Solidity code, which is a high-level programming language that is designed for writing smart contracts. EVM bytecode is a stack-based language, which means that it uses a stack to store data and instructions. The stack is a last-in-first-out..
Blockchain/Ethereum
2023. 10. 13. 16:56
Bytecode is a low-level language that the EVM interprets to execute functions. ABI (= Application Binary Interface) is a JSON file used in web apps to call smart contracts. Approximate structural differences between the existing Web 2.0 and Web 3.0:
Blockchain/Ethereum
2023. 10. 13. 15:50