use-ink / ink-docs

Documentation portal for the ink! smart contract language.
https://use.ink
Creative Commons Zero v1.0 Universal
24 stars 72 forks source link

Add wallet list to the ink docs #263

Closed saltict closed 1 year ago

saltict commented 1 year ago

Description

SubWallet, Polkadot{.js}, and Talisman are the walllets that support interacting with Ink smart contracts. SubWallet is the first wallet to support PSP22 and PSP34 tokens written with Ink smart contracts. SubWallet's compatibility enhances the accessibility of these tokens, allowing users to seamlessly manage and interact with them. This pull request aims to enhance the Ink documentation by adding SubWallet as a supported wallet for interacting with Ink smart contracts.

Details

  1. Modified intro.mdx: Added SubWallet to the list of supported wallets in the Ink documentation and linked to https://subwallet.app.
  2. Added /static/img/wallets/subwallet.svg, /static/img/wallets/polkadot-js.svg, /static/img/wallets/talisman.svg.
  3. Modified custom.css for the wallet section.

Screenshot

image image

These screenshots provides a visual representation of the changes that have been made.

Testing

I deployed the changes to the demo for preview purposes.

Additional Notes

SubWallet has already added support for Ink:

Contributors

Your consideration of this pull request is highly appreciated. Thank you!

Sincerely, Peter Mai

SkymanOne commented 1 year ago

Would be nice if you added a quick article in Third Party Tools & Libraries about the supported PSP standards by Subwallet and how they are displayed

saltict commented 1 year ago

Hi @SkymanOne and @cmichi, thank you for your suggestions.

I have updated the PR. Please help review and approve it if everything is okay

cmichi commented 1 year ago

@saltict Can I ask you to merge master? There are some conflicts, they shouldn't be hard to resolve.

saltict commented 1 year ago

@saltict Can I ask you to merge master? There are some conflicts, they shouldn't be hard to resolve.

I resolved the problems by backing up the old master branch, sync-fork, and merging it into new master branch.