0.4.4 โ€ข Published 2 months ago

sui-dapp-kit-vue v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Sui-dApp-Kit-Vue

The Sui dApp Kit Vue is a set of Vue 3 components, composables, and utilities to help developers build a dApp for the Sui ecosystem. It is comparable to the official Sui dApp Kit; however, the Sui dApp Kit Vue is specifically intended for Vue 3 developers, rather than React developers.

Sui dApp Kit Vue is used in SuiCraft, which helps users to issue tokens, mint NFTs, and run DAOs on the Sui blockchain with ease, eliminating the need for coding skills or command-line experience.

โœจ Features

  • Fully typed.
  • Automatic wallet state management.
  • Components with customizable style and text.
  • Signing messages and committing transactions only takes a few lines of code.

๐Ÿ“ฆ Install

npm i sui-dapp-kit-vue

๐Ÿคนโ€โ™€๏ธ Usage

Add a connect button:

<script setup lang="ts">
import { ConnectButton } from 'sui-dapp-kit-vue'
</script>

<template>
    <div>
        <ConnectButton />
    </div>
</template>

For more usage please read docs: https://suicraftteam.github.io/Sui-dApp-Kit-Vue/

Run example app:

git clone https://github.com/SuiCraftTeam/Sui-dApp-Kit-Vue.git
cd Sui-dApp-Kit-Vue
npm i
npm run dev

๐Ÿ“„ License

MIT License ยฉ 2024-PRESENT SuiCraftTeam

0.4.4

2 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.4.1

2 months ago

0.4.0

2 months ago

0.3.0

2 months ago

0.2.0

2 months ago

0.1.0

3 months ago