일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- bitcoin
- useState
- blockchain
- node.js
- tailwindcss
- error
- Props
- nextJS
- JavaScript
- CSS
- SSR
- API
- hardhat
- REACT
- Redux
- 삶
- Interface
- solidity
- typeScript
- evm
- CLASS
- concept
- Ethereum
- 기준
- built in object
- graphQL
- web
- HTML
- express.js
- middleware
- Today
- Total
목록분류 전체보기 (375)
ReasonJun
What It Is: A lightweight, serverless runtime environment designed for executing code closer to users, at the edge of the network. Built on a subset of standard Web APIs, prioritizing speed, security, and compatibility. Integrated into Next.js, offering specific features: Edge API Routes Middleware Server components (experimental) Key Characteristics: Minimal: Supports a smaller set of APIs comp..

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..

Ethereum uses a Key-Value based DB (leveldb). By using the hashed value of the address as the key and using the address as the path as shown in the picture on the below, you can find out the state value of the account. Ethereum Tries The Tries used in Ethereum are Storage Trie, State Trie, Transaction Trie, and Receipts Trie. Among these, the Root Hash value stored in the Block Header is State T..

Product : https://near.org/near/widget/ComponentDetailsPage?src=7649ed19fe15dead3bb479bbbf3acd3a2b337eead0999673d20b9935e4d60d8e/widget/dNFTMinting https://near.org/near/widget/ComponentDetailsPage?src=7649ed19fe15dead3bb479bbbf3acd3a2b337eead0999673d20b9935e4d60d8e%2Fwidget%2FdNFTMinting near.org Github : https://github.com/YouJun-IWON/BOS-Contest GitHub - YouJun-IWON/BOS-Contest Contribute to ..

Presentation : https://www.canva.com/design/DAFzlnBpAHg/h1Fkw2wP2vyWb4-aOE-jzw/edit?utm_content=DAFzlnBpAHg&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton Report : https://candle-keyboard-dd4.notion.site/AAVE-eb5cad920ac5457994ca156c046e9419?pvs=4

1. Real estate can be bought and sold more efficiently and safely through tokenization of real assets rather than paper title deeds that can be lost or altered. This is because all information is recorded in a distributed ledger, so anyone can track ownership history and previous transactions to verify authenticity. 2. Currently, purchasing real estate takes anywhere from a few weeks to several ..