Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs-main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,14 @@
"group": "Use the Wallet Gateway",
"pages": [
"integrations/wallet-gateway/use/party-management",
"integrations/wallet-gateway/use/approve-and-sign",
"integrations/wallet-gateway/use/automate-with-user-api"
"integrations/wallet-gateway/use/approve-and-sign"
]
},
{
"group": "Automation",
"pages": [
"integrations/wallet-gateway/automation/automate-with-user-api",
"integrations/wallet-gateway/automation/service-account-automations"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions docs-main/integrations/release-notes/wallet-gateway.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Wallet Gateway"
description: "Release notes for the Canton Network Wallet Gateway"
sidebarTitle: "Release Notes"
---

{/* GENERATED_RELEASE_NOTES target="wallet-gateway" format="split-index" latest_version="1.6.0" latest_source="@canton-network/wallet-gateway-remote@1.6.0" */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ client can bootstrap a connection: `addSession()`, `listNetworks()`, and `listId

<Note>
Parameter shapes vary per method. Use the
[OpenRPC specification](https://github.com/canton-network/wallet-gateway/blob/main/api-specs/openrpc-user-api.json)
[OpenRPC specification](https://github.com/canton-network/wallet/blob/main/api-specs/openrpc-user-api.json)
as the source of truth for exact request and response fields.
</Note>

Expand Down Expand Up @@ -146,17 +146,7 @@ curl -X POST http://localhost:3030/api/v0/user \

## Next steps

<CardGroup cols={2}>
<Card title="User API reference" href="/integrations/wallet-gateway/reference/user-api">
Every method, authentication rules, rate limits, and the OpenRPC spec.
</Card>
<Card title="Manage wallets" href="/integrations/wallet-gateway/use/manage-wallets">
The same operations in the User UI.
</Card>
<Card title="Approve & sign transactions" href="/integrations/wallet-gateway/use/approve-and-sign">
How approval and signing work end to end.
</Card>
<Card title="Signing providers" href="/integrations/wallet-gateway/operate/signing-providers">
Where each wallet's keys live and who signs.
</Card>
</CardGroup>
- [User API reference](/integrations/wallet-gateway/reference/user-api): Every method, authentication rules, rate limits, and the OpenRPC spec.
- [Party management](/integrations/wallet-gateway/use/party-management): The same operations in the User UI.
- [Approve & sign transactions](/integrations/wallet-gateway/use/approve-and-sign): How approval and signing work end to end.
- [Signing providers](/integrations/wallet-gateway/operate/signing-providers): Where each wallet's keys live and who signs.
Loading