https://github.com/matijaoe/polenta
Wallet manager for organizing and tracking Bitcoin wallets by purpose and usage
https://github.com/matijaoe/polenta
bitcoin bitcoinjs-lib drizzle nuxt nuxt-ui sqlite tailwindcss tauri vue vueuse zod
Last synced: 8 months ago
JSON representation
Wallet manager for organizing and tracking Bitcoin wallets by purpose and usage
- Host: GitHub
- URL: https://github.com/matijaoe/polenta
- Owner: matijaoe
- License: mit
- Created: 2023-05-27T21:01:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T12:22:16.000Z (about 1 year ago)
- Last Synced: 2025-06-01T00:43:59.236Z (about 1 year ago)
- Topics: bitcoin, bitcoinjs-lib, drizzle, nuxt, nuxt-ui, sqlite, tailwindcss, tauri, vue, vueuse, zod
- Language: TypeScript
- Homepage: https://polenta-btc.vercel.app
- Size: 2.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌽 Polenta
> Wallet manager for organizing and tracking Bitcoin wallets by purpose and usage
## ⚠️ wip ⚠️
## Setup
```bash
# install dependencies
pnpm i
# update dependencies
pnpm up --interactive --latest
# start development server
pnpm dev
# start tauri development server
pnpm tauri dev
# build for production
pnpm build
# locally preview production build
pnpm preview
```