UNPKG

@worldcoin/minikit-js

Version:

minikit-js is our SDK for building mini-apps.

24 lines (18 loc) 601 B
export { MiniKit } from './minikit'; export * from './types/commands'; export * from './types/errors'; export * from './types/payment'; export * from './types/responses'; export * from './types/wallet-auth'; export { tokenToDecimals } from 'helpers/payment/client'; export { VerificationLevel, type ISuccessResult } from '@worldcoin/idkit-core'; export { verifyCloudProof, type IVerifyResponse, } from '@worldcoin/idkit-core/backend'; export { SAFE_CONTRACT_ABI, parseSiweMessage, verifySiweMessage, } from 'helpers/siwe/siwe'; export { getIsUserVerified } from 'helpers/address-book';