Employee Badge
Learn how to integrate the POPP employee 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 IEmployeeNft
into your contract
Employer badge contract (erc-721)
Testnets
optimism goerli:
base goerli: 0x71763e216f4C68e8865F8dd1f060E2f1C5fb14c3
polygon goerli:
Mainnets
ethereum:
polygon:
optimism:
base:
Then you will need to instantiate our contract:
Then you can use the contract accordingly (refer to the reference):
Last updated