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