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
- JavaScript
- Props
- bitcoin
- typeScript
- 삶
- nextJS
- blockchain
- evm
- concept
- CLASS
- SSR
- Interface
- middleware
- express.js
- 기준
- built in object
- graphQL
- solidity
- useState
- API
- CSS
- tailwindcss
- REACT
- node.js
- Redux
- web
- HTML
- hardhat
- error
- Ethereum
Archives
- Today
- Total
목록Pragma solidity (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