@sona125/fingertips-wallet-adapter
v1.8.4
Published
A FingerTips wallet adapter for web based wallets
Downloads
30
Maintainers
Readme
FingerTips Wallet Adapter for Web-Based Wallets
The FingerTips Wallet Adapter provides a seamless integration for web-based wallets (such as life-wallet) with decentralized applications (DApps). It allows DApps to connect with the wallet, sign transactions, and manage wallet connections effortlessly.
Installation
To install the FingerTips Wallet Adapter, use the following npm command:
npm install @sona125/solana-wallet-adapter --legacy-peer-deps
Features
Connect to Wallet: Easily connect your DApp to the FingerTips wallet. Disconnect from Wallet: Disconnect the DApp from the wallet when needed. Sign Transactions: Sign single or multiple transactions with the wallet.
Usage
Connecting to the Wallet
To connect your DApp to the wallet, use the connect method
Disconnecting from the Wallet
To disconnect the wallet, use the disconnect method
Signing Transactions
SignTransaction - Signs a single transaction with the wallet. Accepts a Transaction object and returns a promise that resolves with the signed transaction.
signAllTransactions - Signs multiple transactions with the wallet. Accepts an array of Transaction objects and returns a promise that resolves with an array of signed transactions.
License
This project is licensed under the MIT License.