# ERC7824 State channels framework ## Docs - [ERC-7824](erc-7824): Interfaces and data types for cross-chain stateful asset transfer - [Guides](guides/index): Comprehensive guides for working with Nitrolite and the ERC-7824 standard - [Migration Guide](guides/migration-guide): Guide to migrate to newer versions of Nitrolite - [Introduction](index): Build scalable web3 applications with state channels using Nitrolite. - [Abstract Accounts](nitrolite_client/advanced/abstract-accounts): Using NitroliteClient with Account Abstraction - [Erc20Service](nitrolite_client/advanced/erc20-service): Documentation for the ERC20Service class - [Advanced Usage](nitrolite_client/advanced/index): Advanced topics for working with the NitroliteClient - [NitroliteService](nitrolite_client/advanced/nitrolite-service): Documentation for the core NitroliteService class - [Supported Signature Formats](nitrolite_client/advanced/supported-sig-formats): Documentation for supported signature formats in NitroliteClient - [NitroliteClient](nitrolite_client/index): Nitrolite client SDK documentation - [Methods](nitrolite_client/methods): Complete API reference for NitroliteClient - [Type Definitions](nitrolite_client/types): Detailed type definitions used in the NitroliteClient - [NitroliteRPC](nitrolite_rpc/index): Overview of the NitroliteRPC, its core logic, and links to detailed API and type definitions. - [RPC Message Creation API](nitrolite_rpc/message_creation_api): Detailed reference for functions that create specific, signed Nitrolite RPC request messages. - [RPC Type Definitions](nitrolite_rpc/rpc_types): Comprehensive type definitions for the Nitrolite RPC protocol. - [Create Application Sessions](quick_start/application_session): Create and manage off-chain application sessions to interact with ClearNodes. - [Channel Asset Management](quick_start/balances): Monitor off-chain balances in your active state channels using NitroliteRPC. - [Close Application Session](quick_start/close_session): Properly close application sessions and finalize fund allocations using NitroliteRPC. - [Connect to the ClearNode](quick_start/connect_to_the_clearnode): Establish connection with ClearNode for reliable off-chain transaction processing and verification. - [Quick Start](quick_start/index): Learn how to use Nitrolite state channels from start to finish. - [Create a Channel](quick_start/initializing_channel): Create and configure a channel from your account at apps.yellow.com