A Nuxt plugin for interacting with Kaspa blockchain
- ⚡️ Quick & Easy integration with Kaspa: the fastest and most scalable Proof-of-Work blockchain
- 🔗 Easy access to common APIs through composables
- ⚙️ Configurable RPC setup through Nuxt config
Install the module to your Nuxt application with one command:
npx nuxi module add @kaspa/nuxt
That's it! You can now use Kaspa in your Nuxt app ✨
Local 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
# Release new version
npm run release