1.3.0 • Published 6 months ago

nuxt-web3-wallets v1.3.0

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

Nuxt Web3 Wallets

npm version npm downloads License thaibinh0131

Nuxt Web3 Wallets for connect dApp with wallets.

Quick Setup

  1. Add nuxt-web3-wallets dependency to your project
# Using pnpm
pnpm add nuxt-web3-wallets -D

# Using yarn
yarn add nuxt-web3-wallets --dev

# Using npm
npm install nuxt-web3-wallets --save-dev
  1. Add nuxt-web3-wallets to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt-web3-wallets"],
  vite: {
    // Due to cjs build of @walletconnect/ethereum-provider, need to add this line to nuxt.config.ts
    optimizeDeps: {
      include: ['@walletconnect/ethereum-provider']    
    }
  }
});

That's it! You can now use nuxt-web-wallets in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
1.2.8

6 months ago

1.2.7

6 months ago

1.2.6

6 months ago

1.2.5

6 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.3.0

6 months ago

1.2.1

6 months ago

1.2.9

6 months ago

1.2.0

9 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago