ZentraFi

ZentraFi Terminal

beta

A lite version of ZentraFi Swap Aggregator that can be embedded into your own dApp. Configure your demo below and complete your integration in minutes.

Display Mode

Theme

Panel BG
#0a0f1a
Primary
#97CBDC
Primary Text
#FFFFFF
Muted Text
#6b7280
Success
#4ade80
Warning
#fbbf24
Error
#f87171
Button Text
#0a0f1a

Initial Slippage

Wallet Mode

Terminal manages its own wallet

Options

Custom Logo URL

preview · integrated
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { ZentraTerminal } from '@zentrafi/terminal'
import '@zentrafi/terminal/dist/style.css'
 
<ZentraTerminal initProps={{
displayMode: "Integrated",
themeType: "Dark",
theme: {
"bg_primary": "#0a0f1a",
"primary": "#97CBDC",
"text_primary": "#FFFFFF",
"text_secondary": "#6b7280",
"success": "#4ade80",
"warning": "#fbbf24",
"error": "#f87171",
"btn_text": "#0a0f1a",
"bg_overlay": "rgba(10,15,26,0.85)",
"border": "#475B74"
},
independentWallet: true,
initialSlippage: 0.5,
walletConnectProjectId: "YOUR_PROJECT_ID",
}} />