Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wallet list to the ink docs #263

Merged
merged 6 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,16 @@ hide_table_of_contents: false
<div className="col">&nbsp;</div>
</div>

## What wallets can I use?

<div className="row">
<div className="col text--left">
<a href="https://www.subwallet.app/">
<img src= "/img/wallets/subwallet.svg" className="wallet" />
</a>
</div>
</div>

## Smart Contract Examples

<div className="row">
Expand Down
32 changes: 32 additions & 0 deletions docs/third-party-tools/subwallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: SubWallet
slug: /getting-started/subwallet
---

# SubWallet

SubWallet is a comprehensive non-custodial wallet designed for the Polkadot, Substrate, and Ethereum ecosystems. It provides support for importing, managing, and interacting with various [smart contract types](https://docs.subwallet.app/main/#token-standard-support), including **PSP22** and **PSP34**.

## Installation

SubWallet is available on multiple platforms:

- **Browser extension:** Available for Chrome, Firefox, Edge, and Brave.
- **Mobile app:** Available for [Android](https://apps.apple.com/us/app/subwallet-polkadot-wallet/id1633050285) and [iOS](https://play.google.com/store/apps/details?id=app.subwallet.mobile).
- **Web Dashboard:** Accessible through [Web Dashboard](https://web.subwallet.app/).

## Getting Started

1. [Install SubWallet](https://docs.subwallet.app/main/extension-user-guide/getting-started/install-subwallet)
2. [Create or Import Wallet](https://docs.subwallet.app/main/extension-user-guide/account-management/create-a-new-account-with-seed-phrase)
3. [Import Tokens](https://docs.subwallet.app/main/extension-user-guide/import-and-manage-customized-assets/import-and-manage-customized-tokens) (e.g., **PSP22**)
4. [Import NFTs](https://docs.subwallet.app/main/extension-user-guide/import-and-manage-customized-assets/import-nft) (e.g., **PSP34**)
5. [Transfer Tokens](https://docs.subwallet.app/main/extension-user-guide/receive-and-transfer-assets/transfer-tokens/single-chain-transfer) (e.g., **PSP22**)
6. [Transfer NFTs](https://docs.subwallet.app/main/extension-user-guide/receive-and-transfer-assets/transfer-nft) (e.g., **PSP34**)

## Documentation

- [GitHub Repository](https://github.com/Koniverse/SubWallet-Extension/)
- [User Manual](https://docs.subwallet.app/)

For more information, visit the official [SubWallet website](https://www.subwallet.app/).
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ module.exports = {
},
// { "Swanky suite": ["third-party-tools/swanky/cli"] },
"third-party-tools/ink-analyzer",
"third-party-tools/subwallet",
],
FAQ: ["faq/faq", "faq/migrating-from-ink-3-to-4"],
"Brand Assets": [
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ button:disabled {
margin: 25px 0px 25px 0px;
}

.wallet {
max-width: 200px;
}

.chainHeader {
height: 50px !important;
margin: 25px 0px -25px 0px;
Expand Down
75 changes: 75 additions & 0 deletions static/img/wallets/subwallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.