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
24 changes: 16 additions & 8 deletions docs-main/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,34 @@ The API Reference covers every programmatic interface to Canton - review endpoin

<Columns cols={2}>
<Column>
<Card title="Ledger API" icon="bookmark" href="/reference/json-api-reference">
<Card title="Ledger API" icon="bookmark" href="/appdev/reference/pqs-sql-reference">
Generated reference for Canton's Ledger API across 5 gRPC packages - review services, request/response schemas, and version history for commands, updates, and more.
</Card>
</Column>
<Column>

<Card title="TypeScript" icon="bookmark" href="/reference/typescript">
Review interfaces, type aliases mapping Daml primitives to TS types, and companion objects/functions used to serialize values between JSON and typed Daml data.
</Card>
</Column>
<Column>
<Card title="Daml Standard Library" icon="bookmark" href="appdev/reference/daml-standard-library/da-action">
Generated module reference for the Daml stdlib - covers core modules and more.
</Card>

<Card title="dApp API" icon="bookmark" href="reference/wallet-gateway-json-rpc/specs/dapp-api">
An OpenRPC specification for the dApp to interact with a Wallet Provider.
</Card>
</Column>
</Columns>

<Columns cols={2}>
<Column>
<Card title="Daml Standard Library" icon="bookmark" href="/appdev/reference/daml-standard-library">
Generated module reference for the Daml stdlib - covers core modules and more.
<Card title="Wallet Gateway" icon="bookmark" href="reference/wallet-gateway-json-rpc/specs/user-api">
Versioned OpenRPC reference - use this to integrate wallets and dApps with the Splice Wallet Gateway.
</Card>
</Column>
<Column>
<Card title="Wallet Gateway" icon="bookmark" href="/reference/wallet-gateway-json-rpc">
Versioned OpenRPC reference - use this to integrate wallets and dApps with the Splice Wallet Gateway.
<Card title="Splice API" icon="bookmark" href="reference/splice-scan-api/common/readyz">
Developing with Canton Network's OpenAPI endpoints for: Canton Coin data, name service, token standard, and more.
</Card>
</Column>
</Columns>
</Columns>
9 changes: 9 additions & 0 deletions docs-main/d-app-sdk.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "dApp SDK"
---

Release notes and version history for the dApp SDK.

### 0.x.x

- loreum ipsum
9 changes: 9 additions & 0 deletions docs-main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2845,6 +2845,15 @@
"integrations/wallets/canton-vs-web3",
"integrations/wallets/for-users"
]
},
{
"group": "Release Notes",
"pages": [
"wallet-gateway",
"reference-wallet",
"splice-portfolio",
"d-app-sdk"
]
}
]
},
Expand Down
9 changes: 9 additions & 0 deletions docs-main/reference-wallet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Reference Wallet"
---

Release notes and version history for Reference Wallet.

### 0.x.x

- loreum ipsum
23 changes: 23 additions & 0 deletions docs-main/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Release Notes"
---
Release notes and version history for all things Canton Network.

<Column>
<Card title="Wallet" icon="note" href="/">
Wallet integration: Wallet Gateway, Reference Wallet, Splice Portfolio, and dApp SDK.
</Card>

<Card title="Global Synchronizer" icon="note" href="/">
All things Global Synchronizer.
</Card>

<Card title="Canton Releases" icon="note" href="">
PQS, Daml Shell, Canton, and Daml repo items (ie: damlc, DAML language)
</Card>

<Card title="Canton Network" icon="note" href="">
Network related stuff
</Card>

</Column>
9 changes: 9 additions & 0 deletions docs-main/splice-portfolio.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Splice Portfolio"
---

Release notes and version history for Splice Portfolio.

### 0.x.x

- loreum ipsum
13 changes: 13 additions & 0 deletions docs-main/wallet-gateway.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Wallet Gateway "
---

Release notes and version history for Wallet Gateway.

### 0.x.x

- Added endpoint `POST /v0/wallet/development-fund-coupons/allocate` to allocate a development fund coupon for a given beneficiary, amount, expiration time, and reason.
- Added endpoint `GET /v0/wallet/development-fund-coupons` to retrieve all active DevelopmentFundCoupon contracts, sorted by expiration date.
- Added endpoint `POST /v0/wallet/development-fund-coupons/{contract_id}/withdraw` to withdraw a development fund coupon when the wallet user party is the development fund manager.
- Minting delegation management added to the wallet UI.
- Enhanced rewards collection automation to support collecting development fund coupons.