src/lib/zora/init
creatorvault-miniapp / src/lib/zora/init
src/lib/zora/init
Functions
initZoraCoinsSdk()
initZoraCoinsSdk():
Promise<void>
Defined in: lib/zora/init.ts:10
Initializes the Zora Coins SDK with a public (browser) API key.
Notes:
- This key is public by design. Restrict Allowed Origins in Zora Developer Settings.
- We lazy-load the SDK to avoid inflating the initial bundle.
Returns
Promise<void>