Trustless Work
Home

Basic Dashboard

Component to show the basic dashboard of the escrows by signer.

DashboardEscrowsSignerNEW

Installation

Before installing the block, make sure you have the required providers and blocks. You can read more in the dependencies section based on the block you are using.

1npx trustless-work add escrows/dashboard/dashboard-01

Escrows
0

Total number of escrows

Total Amount
USDC 0.00

Sum of amounts (SR + MR)

Total Balance
USDC 0.00

Total balance across all escrows

Escrow Amounts
Amounts by date
Escrow Types
Escrow types
Single
Multi
Escrow Created
Created escrows by date
Important Notes
  • This dashboard is designed to work with escrows where the connected wallet is the signer. It fetches and displays escrows associated with the signer, providing an overview of their status and details.
  • The colors used for the charts are defined in the globals.css file with the --color- prefix.
Required Providers
<ReactQueryClientProvider />
<TrustlessWorkProvider />
<WalletProvider />