1.3.0 • Published 2 years ago
nuxt-web3-wallets v1.3.0
Nuxt Web3 Wallets
Nuxt Web3 Wallets for connect dApp with wallets.
Quick Setup
- 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
- Add
nuxt-web3-wallets
to themodules
section ofnuxt.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
2 years ago
1.2.7
2 years ago
1.2.6
2 years ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.3.0
2 years ago
1.2.1
2 years ago
1.2.9
2 years ago
1.2.0
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago