File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,35 +49,35 @@ This walkthrough shows the full flow:
49494 . confirm that the balance lands in the registered wallet
5050
5151<Tabs stateKey = " virtual-address-demo-mode" >
52- <Tab title = " Real registration" >
53-
54- <div className = " h-4" />
55-
56- Use ` VirtualMaster.mineSaltAsync ` to register a master id for the passkey account you create in the demo.
52+ <Tab title = " Fast demo" >
5753
5854<div className = " h-4" />
5955
60- :::info
61- Mining the TIP-1022 salt can take 30+ seconds depending on your browser, hardware, and available worker parallelism.
62- :::
56+ Use a docs-managed master with a pre-mined valid salt so you can skip the wait and jump straight to the forwarding flow.
6357
6458<div className = " h-6" />
6559
6660<Demo.Container name = " Virtual addresses" footerVariant = { undefined } >
67- <VirtualAddressesLiveDemo />
61+ <VirtualAddressesFastDemo />
6862</Demo.Container >
6963
7064 </Tab >
71- <Tab title = " Fast demo " >
65+ <Tab title = " Real registration " >
7266
7367<div className = " h-4" />
7468
75- Use a docs-managed master with a pre-mined valid salt so you can skip the wait and jump straight to the forwarding flow.
69+ Use ` VirtualMaster.mineSaltAsync ` to register a master id for the passkey account you create in the demo.
70+
71+ <div className = " h-4" />
72+
73+ :::info
74+ Mining the TIP-1022 salt can take 30+ seconds depending on your browser, hardware, and available worker parallelism.
75+ :::
7676
7777<div className = " h-6" />
7878
7979<Demo.Container name = " Virtual addresses" footerVariant = { undefined } >
80- <VirtualAddressesFastDemo />
80+ <VirtualAddressesLiveDemo />
8181</Demo.Container >
8282
8383 </Tab >
You can’t perform that action at this time.
0 commit comments