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
Then you will need to instantiate our contract:
Then you can use the contract accordingly (refer to the reference):
Last updated