0.0.6 • Published 3 years ago

@fy-/w3 v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@fy-/w3

Web3 utilities for Vue3.

  pnpm add @fy-/w3

Usage

(in this example, ClientOnly is provided by @fy-/core)

<script setup>
import { Web3Connect } from '@fy-/w3';
</script>
<template>
  <div>
    <ClientOnly>
      <Web3Connect force-chain-by-name="polygon" />
    </ClientOnly>
  </div>
</template>
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago