Private key access
Overview
The Node.js SDK provides direct access to user private keys, enabling integration with any blockchain network. This is a key feature that makes the SDK suitable for backend and programmatic use cases. Note that if the private key export is disabled in the dashboard, the methods will throw an error.
Security Notice
Private keys provide full control over user assets. Handle them securely:
- Never log private keys
- Store them encrypted if persistence is needed
- Use secure memory handling
- Implement proper access controls