Installation
Get started with Kit
Kit is a JavaScript SDK for building Solana apps across environments like Node, the web, and React Native. It provides a comprehensive set of data types and helper functions, forming the foundation for interacting with Solana in JavaScript.
Coming from Web3.js?
Check out our Upgrade guide to see how Kit compares to Web3.js.
Quick start
Choose the client setup that fits your environment:
Install program plugins
Install plugins for any Solana program you want to interact with. You can find a full list on the Available Plugins page.
Create your client
This example loads the default Solana CLI keypair. See Setting Up Signers for other production signer options such as using a wallet.
Ready to build? Check out the Getting Started tutorial to build your first app, or explore the Guides for specific topics.