https://github.com/engageintellect/wally
A bitcoin wallet generator using Nextjs, Python, TailwindCSS, FastAPI, and DaisyUI.
https://github.com/engageintellect/wally
daisyui nextjs react tailwindcss
Last synced: 8 months ago
JSON representation
A bitcoin wallet generator using Nextjs, Python, TailwindCSS, FastAPI, and DaisyUI.
- Host: GitHub
- URL: https://github.com/engageintellect/wally
- Owner: engageintellect
- Created: 2024-03-26T08:40:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T23:41:05.000Z (about 2 years ago)
- Last Synced: 2025-02-06T13:48:42.917Z (over 1 year ago)
- Topics: daisyui, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://wally-btc.vercel.app
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wally
## Bitcoin Wallet Generator
Wally is a simple Bitcoin wallet generator that generates a Bitcoin wallet address and private key. It is written in Next.js and uses the [btc-wallet-generator](https://github.com/engageintellect/btc-wallet-generator) to generate the keys via an API endpoint.
## Getting Started
To get started, clone the repository and install the dependencies.
```bash
git clone https://github.com/engageintellect/wally
cd wally
pnpm i && pnpm run dev
```
**NOTE:** You will also need to run the backend server to successfully run the client. You can find the backend server code [here](https://github.com/engageintellect/btc-wallet-generator)