Table of Contents (The article is being updated...) "Practical NFT web3 solidity (new version 0.8.+)"

Note: Since this is a paid column, if there are any errors, please contact @ 1_bit in time , blog link: https://blog.csdn.net/A757291228 , or leave a message under the article. The errors will be corrected after receipt. If the version We also hope that everyone will submit errors for problems caused by the update and try our best to ensure the rights that paying users deserve.

Friendly reminder: Readers of this series of articles should have learned a programming language, preferably an object-oriented language.

The article is still being updated...not yet completed.
This column will practice NFT, take readers into the web3 world, and complete an NFT project.

"Practical NFT web3 solidity (new version 0.8.+)"

1. Solidity basics

2. Basic solidity advancement (2.1) - library library contract

2. Basic advanced solidity (2.2) - using for of library contract

2. Other supplements (2.3) :

  • Strings and bytes
  • cycle
  • How to pass an array when passing parameters
  • Method overloading
  • constant
  • function modifier modifier
  • Contract destruction

3. Use of solidity transaction transfer

4. Use web3 to obtain the current trading pair price - use of chainlink oracle

Guess you like

Origin blog.csdn.net/A757291228/article/details/127130906