Built-in Utility Tools:
🔎 Interface Detection
You can use the
supportsInterface()
function withinsrc/utils/interfaceDetection.ts
to quickly check ERC615 interface IDs of LSP smart contracts you are interacting with.🗂️ Metadata Detection
You can use the
supportsMetadata()
function withinsrc/utils/metadataDetection.ts
to quickly check ERC725Y data keys of LSP smart contracts you are interacting with.🔑 Sign In With Ethereum
You can use the
signInWithEthereum()
function withinsrc/utils/signInWithEthereum.ts
to quickly prove ownership over the account that you are connected with.