Employee Access Card
Learn how to integrate the POPP employee access card 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 IAccessCardSft
into your contract
Employee access card smart contract (erc-1115
)
Testnets
sepolia:
optimism goerli:
polygon goerli:
Mainnets
ethereum:
polygon:
optimism:
base:
Then you will need to instantiate our contract:
You can now use the contract accordingly (refer to the reference):
Last updated