Integrated EIS full onchain image with Zora Contract as a custom metadata renderer and splits as a royalty recipient
Initially, the image was not displayed on the Zora platform due to:
Now we have successfully integrated and tested here: https://testnet.zora.co/collect/zsep:0x6cd915072796ad62ff4614d6caa436e6354450b6
Contract code is found here: https://github.com/eistoys/EIS/blob/main/contracts/contracts/ZEIS.sol
We integrated Smart Wallet for enhanced user experience via Rainbowkit SDK.
Code is found here:
https://github.com/eistoys/EIS/blob/docs/app/src/lib/connectors.ts#L8
We integrated OnchainKit to fetch onchain data such as ENS name and avatar.
Code is found here:
https://github.com/eistoys/EIS/blob/docs/app/src/components/CreatorIdentity.tsx#L6
We integrated Coinbase Onchain Verification for user trust and authenticity.
Code is found here:
https://github.com/eistoys/EIS/blob/docs/app/src/components/CreatorIdentity.tsx#L12