Frontend example
Connect a browser wallet and build private payment flows with React and the SDK.
Backend example
Sign on the server and run private transactions from a Node.js application.
Configure your environment
Follow the selected repository’s setup instructions. Each example has its own environment configuration. Sharing a pool does not mean sharing an application ID, audit public key, KYT service, or Relayer origin. Use Set up the SDK to obtain the matching configuration for your integration. Do not mix values from the two demos.Follow the transaction flow
- Create or restore a private account.
- Deposit funds using direct submission.
- Send a private transfer through Relay.
- Withdraw funds and check the result.