Unlike sdk-ts, Vue support is added.
Provider and hooks are provided to connect wallet operations.
import { GotabitProvider, useGotabitReact, initializeConnectorWrapper } from 'xxx'
import { KeplrWallet } from '@gotabit/wallet-keplr'
import { Walletconnect } from '@gotabit/wallet-walletconnect'
Code built with the help of these related projects:
- vue Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
MIT