Focus mode
Why is testing needed?
There are two main types of tests that are important when working with smart contracts:
Unit Tests : These tests verify a certain single component in your smart contract is performing correctly. This could be a certain function or event that you have created.
Integration Tests: These tests verify that the interaction between multiple components inside your smart contract is performing correctly. These components can be internal or external for example when calling another smart contract or getting information from an oracle.
Resources:
https://www.anchor-lang.com/docs/high-level-overview
https://betterprogramming.pub/the-top-blockchain-developer-frameworks-for-2021-89afa5e7bd04
https://www.web3.university/article/20-blockchain-development-tools
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!