Run the deposit-address example
Use examples/deposit-address-flow to inspect account-based supply targets.
This example uses bundled mainnet canister and production service defaults. It can create a profile and show targets for transfers of real assets. Review every network, destination, and amount before you send funds.
Start the example
Use Node.js 20.19 or later in the 20.x line, or Node.js 22.12 or later. Use
pnpm 11 or later and an Ethereum mainnet wallet.
To start the example, follow these steps:
-
From the SDK root, install the workspace dependencies:
pnpm install -
Start the example:
pnpm --filter @liquidium/example-deposit-address-flow dev -
Open the local URL that Vite prints.
The page shows Liquidium Deposit Address Flow when the example starts.
Use this example when your app needs a Liquidium profile and manual deposit instructions instead of an accountless Simple Loan flow.