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 |
Tags
- Redux
- Interface
- useState
- web
- tailwindcss
- HTML
- concept
- error
- CSS
- graphQL
- Props
- API
- express.js
- REACT
- 삶
- built in object
- CLASS
- blockchain
- bitcoin
- middleware
- node.js
- Ethereum
- hardhat
- typeScript
- 기준
- SSR
- JavaScript
- solidity
- nextJS
- evm
Archives
- Today
- Total
목록contract (1)
ReasonJun
Solidity : Smart Contract rule
1. SPDX - License - Identifier ex . //SPDX-License-Identifier: MIT : In each file of the project, add a line at the top that matches the license. Determine the License applied to the file License standardization of source code and documents Eliminate error-prone license header parsing 2. Pragma solidity ex. pragma solidity >= 0.7.0 < 0.9.0; : Indicates the solidity compiled version of the curren..
Blockchain/Solidity
2023. 10. 14. 13:03