S3N home pagelight logodark logo
  • Community
  • GitHub
  • Functions
    • Overview
    • First function
      • Quickstart
      • Stateful lifecycles
      • FAQs
    • Slipstream CLI
    • Secrets
    Building Apps
    • CDN
    • KV Store
    • Support
    • TEE Cloud
    S3N home pagelight logodark logo
    • Support
    • TEE Cloud
    • TEE Cloud
    First function

    FAQs

    Frequently asked questions.

    A KV abstracction API is made available for Circuits to maintain local state during lifecycles. Use that or any external state management solution. Please refrain from using any FS abstractions in your function!

    Yes, Circuit data is persisted in its KV Store and distributed to other nodes in the network.

    Trusted time in enclaves is problematic, so please don’t use default time APIs. We provide an abstraction API usinng a virtual clock that’s periodically synced from a trusted source. Please refer to our SDKs for more details.

    A Circuit is a single stateful instance of a Function. A Circuit can be instantiated by other Circuits or by a Function, each with their own namespace identifier.

    Previous
    Slipstream CLIUse the Slipstream CLI to orchestrate your apps.
    Next
    xgithubtelegram
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.