1.0.4 • Published 2 years ago
tale-wallet-plugin v1.0.4
NFT-VERSE tale-wallet-plugin
This plugin can be used to integrate the tale wallet components into your own react application.
Table of contents
Getting Started
These instructions will guide you how to use this sdk on your project.
Installation
Start with cloning this package on your local machine:
$ npm i tale-wallet-plugin
Usage
Import package on your project
$ import all from "tale-wallet-plugin";
this all will return 5 components which are
LoginUi
Nftimage
WalletUI
talewallet
useAll
LoginUi
import LoginUi from "tale-wallet-plugin/dist/LoginUi";
To use LoginUi on your project use
<LoginUi />
WalletUI
import WalletUI from "tale-wallet-plugin/dist/WalletUI";
To use WalletUI on your project use
<WalletUI />
useAll
useAll is a custom hook which contains all function of this plugin.
import useAll from "tale-wallet-plugin/dist/useAll";
To use useAll on your project use
const { handleTablClick, defaultOpen, fetchList, balance, images } = useAll();
Now you can use those function in your project
Authors
- Syied