일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- express.js
- blockchain
- solidity
- Interface
- CSS
- HTML
- middleware
- typeScript
- Redux
- web
- REACT
- tailwindcss
- graphQL
- bitcoin
- concept
- JavaScript
- CLASS
- useState
- SSR
- evm
- 삶
- built in object
- Props
- hardhat
- API
- node.js
- nextJS
- Ethereum
- error
- 기준
- Today
- Total
목록keccak256 (2)
ReasonJun
Keccak256 is a cryptographic hash function that takes an input of any length and produces a fixed-length output of 256 bits. It is a one-way function, which means that it is easy to compute the hash of an input but very difficult to reverse the hash and find the original input. Keccak256 is used in a variety of cryptographic applications, including digital signatures, message authentication code..
Events and emit are two important concepts in Solidity. Events are a way to log and notify external entities (such as user interfaces or other smart contracts) about specific occurrences within a smart contract. Emit is the keyword used to trigger or emit events within the smart contract code. Events are similar to logs or records that capture important information, allowing external observers t..