Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matijaoe/polenta

⚠️ [Heavily WIP] 🌽 Bitcoin Wallet Manager
https://github.com/matijaoe/polenta

bitcoin bitcoinjs-lib drizzle nuxt nuxt-ui sqlite tailwindcss tauri vue vueuse zod

Last synced: about 5 hours ago
JSON representation

⚠️ [Heavily WIP] 🌽 Bitcoin Wallet Manager

Awesome Lists containing this project

README

        

# 🌽 Polenta

> Bitcoin Wallet Manager

## ⚠️ 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
```