Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matijaoe/polenta
- Owner: matijaoe
- License: mit
- Created: 2023-05-27T21:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T17:17:39.000Z (9 months ago)
- Last Synced: 2024-02-17T18:23:33.434Z (9 months 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: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```