LitListenerSDK
  • Overview
  • Quick Start
  • SDK Reference
    • Instantiate Circuit
    • Set Conditions
    • Conditional Logic
    • Set Actions
    • Execution Constraints
    • IPFS Hash
    • MintGrantBurn PKP
    • Start Circuit
    • Broadcast Transactions
    • Add Secure Key
  • Database and Server Interactions
    • Server-SDK Integration
    • Persistant Circuit Architecture
  • Errors and Logs
    • Logs & Error Handling
    • Error Strict Mode
  • Live
    • No Code Interface
  • Resources
    • Issues
    • Testing
    • Contributors
    • System Architecture
    • About the Devs
    • Storefront
  • Github
  • Lit Developer Docs
Powered by GitBook
On this page
  1. Live

No Code Interface

listener.irrevocable.dev

PreviousError Strict ModeNextIssues

Last updated 1 year ago

Account abstraction enticing you to abstract away the code too?

Check out a no code implementation of the SDK live .

(Note that the no-code instance is still in beta mode and uses an experimental PKP backend infrastructure for greater decentralisation, your circuit may be interrupted or reset at anytime).

How it works:

The application architecture consists of:

  • Next.js frontend

    • Collects circuit logic from users.

  • Node backend server

  • On-chain database

    • Logs are written on-chain with IPFS and stored within the Lit Database contract.

  • Graph Protocol subgraph

    • Real-time data retrieval from the Lit Database Contract to the frontend application.

Instantiates all circuits for uninterrupted service and continuous webhook and contract event monitoring. An assigned PKP batches and signs all logs, errors and results to the Database Contract.

Listener Factory
here