Skip to content

Commit

Permalink
Update slider images to use new component with links
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Nov 1, 2024
1 parent e5645d1 commit 8f602c8
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/05-dev-tools/wallets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@ description: "Learn how to connect to Rootstock with a compatible Wallet"

The following wallets support [RBTC](/concepts/rbtc/) and [RIF](/concepts/rif-suite/token) tokens.

<Carousel width="370" height="260" images={['/img/rsk/wallets/my-crypto.png', '/img/rsk/wallets/metamask-logo.png', '/img/rsk/wallets/edge-wallet-logo.png', '/img/rsk/wallets/ledger-logo.png', '/img/rsk/wallets/trezor-wallet.png', '/img/rsk/wallets/dcent-wallet.png', '/img/rsk/wallets/math-wallet.png', '/img/rsk/wallets/Exodus_logo_white.png', 'https://www.myetherwallet.com/img/logo-dark.2fa0f670.png', '/img/rsk/wallets/enkrypt-logo.png', '/img/rsk/wallets/block-wallet.png', '/img/rsk/wallets/taho.png', '/img//rsk/wallets/testtwo.png' ]} />
<Carousel width="370" height="260" >
<CarouselItem image="/img/rsk/wallets/my-crypto.png" href="https://app.mycrypto.com/add-account" />
<CarouselItem image="/img/rsk/wallets/metamask-logo.png" href="https://metamask.io/download" target="_blank" />
<CarouselItem image="/img/rsk/wallets/edge-wallet-logo.png" href="https://edge.app/" />
<CarouselItem image="/img/rsk/wallets/ledger-logo.png" href="https://www.ledger.com/" />
<CarouselItem image="/img/rsk/wallets/trezor-wallet.png" href="https://trezor.io/trezor-suite" />
<CarouselItem image="/img/rsk/wallets/dcent-wallet.png" href="https://www.dcentwallet.com/en" />
<CarouselItem image="/img/rsk/wallets/math-wallet.png" href="https://blog.mathwallet.org/?p=1625" />
<CarouselItem image="/img/rsk/wallets/Exodus_logo_white.png" href="https://www.exodus.com/" />
<CarouselItem image="https://www.myetherwallet.com/img/logo-dark.2fa0f670.png" href="https://www.myetherwallet.com/" />
<CarouselItem image="/img/rsk/wallets/enkrypt-logo.png" href="https://www.enkrypt.com/networks/rootstock-wallet/" />
<CarouselItem image="/img/rsk/wallets/block-wallet.png" href="https://blockwallet.io/" />
<CarouselItem image="/img/rsk/wallets/taho.png" href="https://taho.xyz" />
<CarouselItem image="/img//rsk/wallets/testtwo.png" href="https://rabby.io" />
</Carousel>

## Compatibility Matrix

Expand All @@ -17,7 +31,7 @@ In the following matrix you can see the different features by wallet.
| Wallet | Rootstock Checksum | Rootstock dPath | Customizable dPath | Platforms | Networks |
|---|---|---|---|---| ---|
| [Beexo](https://beexo.com) |||| Desktop, Mobile | Rootstock (RBTC), Bitcoin |
| Edge |||| Desktop, Mobile | Rootstock (RBTC), Bitcoin |
| [Edge](https://edge.app/) |||| Desktop, Mobile | Rootstock (RBTC), Bitcoin |
| [Ledger](https://www.ledger.com/) ||||
| [MyEtherWallet](https://www.myetherwallet.com/) | ✔ | ✔ | ✔ | Desktop, Android, IOS | RBTC
| [Trezor](https://trezor.io/trezor-suite) ||||
Expand Down

0 comments on commit 8f602c8

Please sign in to comment.