
Cardano + Hydra Layer 2
Build Cardano DApps with Hydra SDK.
A comprehensive software development kit for building Cardano DApps and wallet applications with Hydra Layer 2 integration.
- 3
- Core Packages
- 5+
- Applications
- 100%
- TypeScript
- WASM
- Super Fast
- Apache-2.0
- License
Capabilities
Everything you need to build
A complete toolkit with modular packages, TypeScript support, and comprehensive documentation.
Ecosystem
Apps built with Hydra SDK
Discover powerful applications already using our SDK in production.



Quick Start
Up and running in minutes
Install the packages, spin up a wallet, and you are ready to build on Hydra.
npm install @hydra-sdk/core @hydra-sdk/bridge @hydra-sdk/transaction @hydra-sdk/cardano-wasm
import { AppWallet, NETWORK_ID } from '@hydra-sdk/core' // Create new wallet const wallet = new AppWallet({ networkId: NETWORK_ID.PREPROD, key: { type: 'mnemonic', words: AppWallet.brew() // Generate new mnemonic } }) // Get account const account = wallet.getAccount(0, 0) console.log('Address:', account.baseAddressBech32)
Backed by
Sponsors & funding
Hydra SDK is built with the support of our sponsor and the Cardano community through Project Catalyst.
Community
Join our community
Connect with developers, get support, and stay updated with the latest SDK developments.




