Employer Badge
Learn how to integrate the POPP employer badge into your code
npm install popp-interfacesimport "popp-interfaces/IEmployerSft.sol";IEmployerSft private employerSft;
function constructor(address _employerSftAddress) {
employerSft = IEmployerSft(_employerSftAddress);
}Last updated