Blockchain/Crypto Zombie
[1] Solidity: Beginner to Intermediate Smart Contracts - Basic syntax of solidity
Introduction In this series, I'm gonna write some record that I study with crypto zombie. This article is in Solidity: Beginner to Intermediate Smart Contracts section Making the Zombie Factory lesson. In this section, we're going to learn about some basic syntax and concept of solidity. Contract Contract is the fundamental of Ethereum smart contract application. It’s the starting point of appli..