An open API service indexing awesome lists of open source software.

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

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
```