Let’s say we have a simple smart contract MemoryToken, it can be even a stub which has only 1 field name.
pragma solidity ^0.5.0;
contract MemoryToken {
string public name = "Memory token";
}
Festina Lente
Let’s say we have a simple smart contract MemoryToken, it can be even a stub which has only 1 field name.
pragma solidity ^0.5.0;
contract MemoryToken {
string public name = "Memory token";
}
Today I have met with some guy on Internet, who is really professional in security vulnerabilities. I found out that he has lots of Security Certifications in this area. I just asked him which is really needed and valuable for entry level. He recommended 2 directions, it’s:

CIW Web Security series
It has 3 levels (from beginner to really experienced role):
But if you want to take Specialist or Professional exam, firstly you have to pass other certificates. The more detailed information you can find in the following document from CIW website where you can check detailed requirements.