Venly Widget
Home
Pricing
Your Wallet
Search
⌃
K
Links
Venly Widget
Search
⌃
K
👋
Introduction
📃
Release Notes
🚀
Getting Started
🌐
Environments & Networks
Venly API
📦
Widget
Getting started
Initializing the widget
Authentication
Retrieve user profile
Retrieve user wallets
Retrieve wallet balance
Retrieve a user account
Retrieve token balance
Retrieve non-fungible tokens
Transfer a native token
Transfer a fungible token
Transfer a non-fungible token
Execute transaction
Sign a message
Sign an EIP712 message
Call a contract
⚙️ Widget Advanced
Wallet-Widget vs Wallet-API
Initializing options
Function Reference
Object Reference
Account
AuthenticationOptions
AuthenticationResult
ConstructorOptions
ContractExecutionDto
ContractReadRequest
ContractReadResponse
Eip712SignRequestDto
GasTransferRequestDto
HederaTokenAssociationRequest
ImportWalletRequest
KeycloakInstance
MessageSignRequestDto
NFT
NFTContract
NftTransferRequestDto
PopupOptions
PopupResult
Profile
SecretType
Signer
SignerResult
RedirectOptions
TokenBalance
TokenTransferRequestDto
Trait
TransferRequestDto
TxStatusResult
VenlySubProviderOptions
Wallet
WalletBalance
WalletItems
WindowMode
📦
Alternative Web3 Libraries (EVM networks only)
web3.js
ethers.js
web3-react
web3modal (WalletConnect)
wagmi
🌊
Deep Dive
Authentication
Chain specific fields
Powered By
GitBook
WindowMode
Signature
{
POPUP
=
'POPUP'
,
REDIRECT
=
'REDIRECT'
}
Parameters
Option
Description
POPUP
Open a popup to handle all signing and transactions
REDIRECT
Navigate to connect to handle all signing and transactions, afterward redirect back to the page
Previous
WalletItems
Next - Alternative Web3 Libraries (EVM networks only)
web3.js
Last modified
3yr ago