|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
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. |
6 | 7 |
|
7 | 8 | ## Create Polygon wallets with Venly Widget |
8 | 9 |
|
@@ -51,12 +52,13 @@ There are multiple ways to integrate it - natively or by using another library ( |
51 | 52 |
|
52 | 53 |  |
53 | 54 |
|
54 | | -| Integration type | Description | UI flexibility | Blockchains | |
| 55 | +| Integration type | Description | UI flexibility | Blockchains | |
55 | 56 | | :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------- | |
56 | 57 | | **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 | |
57 | 58 | | **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 | |
58 | 59 | | **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 | |
59 | 60 | | **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 | |
60 | 61 | | **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 | |
61 | 62 |
|
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