Getting Started With Solana
The Jelli browser extension and mobile in-app browser are both designed to interact with web applications. For mobile apps, we recommend integrating via universal links or deeplinks.
There are two main ways to integrate Jelli into your web application:
Direct Integration
The most direct way to interact with Jelli is via the provider that Jelli injects into your web application. This provider is globally available at window.jelli
and its methods will always include Jelli's most up-to-date functionality. This documentation is dedicated to covering all aspects of the provider.
Solana Wallet Adapter
Another quick and easy way to get up and running with Jelli is via the Solana Wallet Adapter package. The wallet adapter is a set of modular TypeScript components that allow developers to easily integrate multiple Solana wallets into their applications. This package includes starter files, setup and usage instructions, and a live demo showcasing multiple UI frameworks.
Last updated