Employer Badge
Learn how to integrate the POPP employer badge into your code
To integrate our smart contracts you will need to install our interface
package
After the npm package has been installed, you can now import the IEmployerSft
into your contract.
Employer badge contract (erc-1115
)
Testnets
optimism goerli:
base goerli: 0x57172fC26F83BD18850B5657f62d2fa09Cd1C4dD
polygon mumbai:
Mainnets
ethereum: coming soon...
polygon: coming soon...
optimism: coming soon...
base: coming soon...
Then you will need to instantiate the contract:
You can now use the contract accordingly (refer to the reference):
Last updated