From the course: Build an Ethereum Smart Contract with Go and Solidity
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Next steps - Go Tutorial
From the course: Build an Ethereum Smart Contract with Go and Solidity
Next steps
- [Instructor] Congratulations on completing this course. I genuinely hope you find it useful. In this course, I tried to cover as many topics and toolings that a smart contract engineer would use. There is a lot more to learn about. If you are hungry for more knowledge and eager to deepen your expertise in smart contract development, I would recommend the following topics for you to explore. First, consider exploring Advanced Solidity Features, diving to topics like complex data structures, security considerations, and gas optimization techniques to enhance the security and efficiency of your contracts. These topics are important because smart contracts could handle large amount of values. Thus, security is really at the core of a production-ready smart contract. Also, remember, each operation consumes resources. Thus, it has a gas implication. Optimizing gas efficiency is another key part of smart contract development. You would want your contract to be cost-efficient. You can find…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.