diff --git a/src/routes/[network]/(account)/ledger/+page.svelte b/src/routes/[network]/(account)/ledger/+page.svelte new file mode 100644 index 00000000..211501ba --- /dev/null +++ b/src/routes/[network]/(account)/ledger/+page.svelte @@ -0,0 +1,67 @@ + + + + + +
+
    + {#each steps as step, index} +
  1. +

    {step.title}

    +

    {step.description}

    + {#if step.link} + + {/if} +
  2. + {/each} +
+ +
+

Why Choose Ledger?

+
    +
  • Highest level of security for your cryptocurrencies
  • +
  • Supports a wide range of cryptocurrencies, including EOS
  • +
  • User-friendly interface with Ledger Live software
  • +
  • Offline storage of private keys for enhanced protection
  • +
  • Regular firmware updates to maintain security and add new features
  • +
+
+
+
diff --git a/src/routes/[network]/(account)/wombat/+page.svelte b/src/routes/[network]/(account)/wombat/+page.svelte new file mode 100644 index 00000000..c00b4369 --- /dev/null +++ b/src/routes/[network]/(account)/wombat/+page.svelte @@ -0,0 +1,66 @@ + + + + + +
+
    + {#each steps as step, index} +
  1. +

    {step.title}

    +

    {step.description}

    + {#if step.link} + + {/if} +
  2. + {/each} +
+ +
+

Why Choose Wombat?

+
    +
  • User-friendly interface for beginners
  • +
  • Supports multiple blockchains including EOS
  • +
  • Built-in dApp browser for easy access to decentralized applications
  • +
  • Secure storage for your digital assets
  • +
+
+
+