@dynamic-labs/stellar
v4.61.7
Published
A React SDK for implementing Stellar wallet web3 authentication and authorization to your website.
Readme
@dynamic-labs/stellar
A Stellar wallet connector package for the Dynamic SDK that enables seamless integration with Stellar network wallets.
Installation
npm install @dynamic-labs/stellarSupported Wallets
- Freighter
- Albedo
- xBull
- Lobstr
- Rabet
Supported Networks
- Stellar Public Network (Mainnet)
- Stellar Testnet
- Stellar Futurenet
Usage
Basic Integration
import { DynamicContextProvider } from '@dynamic-labs/sdk-react-core';
import { StellarWalletConnectors } from '@dynamic-labs/stellar';
function App() {
return (
<DynamicContextProvider
settings={{
environmentId: 'your-environment-id',
walletConnectors: [StellarWalletConnectors],
}}
>
{/* Your app content */}
</DynamicContextProvider>
);
}Testing
Run Tests
npx nx test stellarBuild Package
npx nx build stellarContributing
We welcome contributions! Please see our contributing guidelines for details.
License
This package is part of the Dynamic SDK and follows the same licensing terms. See LICENSE for details.
Support
- Documentation: docs.dynamic.xyz
- GitHub Issues: Report bugs or request features
- Discord: Join our community
