Skip to main content
Para supports Stellar blockchain interactions through the . Use our integration package to sign Stellar transactions with Para’s MPC wallets.

Installation

If using @stellar/stellar-sdk and the @getpara/react-sdk you can use our hook to access the Stellar signer without any additional setup.

Library Setup

hooks/useParaStellar.ts
To use the Stellar testnet, replace Networks.PUBLIC with Networks.TESTNET and use the testnet Horizon URL: https://horizon-testnet.stellar.org. You can fund testnet accounts using Stellar’s Friendbot.

Next Steps