Skip to content

Commit ed10b53

Browse files
Update venly-widget.md
Added admonitions
1 parent 05af2df commit ed10b53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tools/wallets/venly/venly-widget.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Venly Widget is a JavaScript SDK created to streamline everyday blockchain tasks. Its purpose is to enable functionalities otherwise restricted due to security implications, such as creating signatures. By encapsulating Venly's extensive capabilities within a user-friendly JavaScript layer, Venly Widget empowers developers and simplifies the development process.
44

5-
> If you are new to Web3 and don't have experience with blockchain technologies, we recommend you use the Venly Widget natively for a better developer experience.
5+
!!! tip "Please note"
6+
If you are new to Web3 and don't have experience with blockchain technologies, we recommend you use the Venly Widget natively for a better developer experience.
67

78
## Create Polygon wallets with Venly Widget
89

@@ -51,12 +52,13 @@ There are multiple ways to integrate it - natively or by using another library (
5152

5253
![Decision making flowchart for web3modal and widget](https://github.com/0xPolygon/polygon-docs/assets/139292301/7a6a6f02-10d9-48d3-83db-250d86406fff)
5354

54-
| Integration type | Description | UI flexibility | Blockchains |
55+
| Integration type | Description | UI flexibility | Blockchains |
5556
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------- |
5657
| **Native** | A JavaScript SDK that seamlessly integrates with various API functionalities, empowering users to execute diverse blockchain operations effortlessly. | The Widget delivers pre-designed screens tailored explicitly for end users, offering a ready-to-use solution. These screens are not customizable, ensuring consistency and simplicity in the user experience. | All supported chains |
5758
| **Ethers.js** | A JavaScript library is used to interact with the EVM blockchains. It provides a wide range of functionality for developers to build decentralized applications | This integration ensures that the Widget is invoked when needed, allowing users to conveniently and securely perform the required actions within the context of your application. | Only EVM chains |
5859
| **Wagmi** | A collection of React Hooks containing everything to work with EVMs. | This integration ensures that the Widget is invoked when needed, allowing users to conveniently and securely perform the required actions within the context of your application. | Only EVM chains |
5960
| **Web3-React** | A JavaScript SDK based on ethers.js. | This integration ensures that the Widget is invoked when needed, allowing users to conveniently and securely perform the required actions within the context of your application. | Only EVM chains |
6061
| **Web3Modal** | Web3Modal is a library that simplifies the process of connecting to different wallet providers using standard protocols like WalletConnect | When users opt to log in with Venly, the modal will initiate the Venly Widget upon various user actions, facilitating seamless integration between your application and the Venly platform. | Only EVM chains |
6162

62-
> Ready to try out the Venly Widget? [Click here to read the getting started guide](https://docs.venly.io/docs/widget-getting-started).
63+
!!! success
64+
Ready to try out the Venly Widget? [Click here to read the getting started guide](https://docs.venly.io/docs/widget-getting-started).

0 commit comments

Comments
 (0)