How it work
Last updated
Last updated
We utilize the capabilities and security of the Namada CLI to implement wallet functions. To connect to a website, we employ deep linking with a unique UUID, process transactions, and send a response with this UUID to the server.
The client communicates with the server via the WebSocket protocol, and upon receiving a response, you will see the server's response on the website. We can transmit any data, such as shielded balances or any transactions available in Namada CLI. Additionally, we have created a user-friendly API to call any functions from the frontend, which is not limited to shielded actions.