JiLiZART / btc-testnet-wallet

This project is a minimalist Web application built using React.js, Next.js, and Redux Toolkit for the Bitcoin Testnet network. Users can create an address, view a list of transactions, and send a specified amount of bitcoins to a given Bitcoin address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Testnet Web App

Description:

This project is a minimalist Web application built using React.js, Next.js, and Redux Toolkit for the Bitcoin Testnet network. Users can create an address, view a list of transactions, and send a specified amount of bitcoins to a given Bitcoin address.

Libraries Used:

  • React.js
  • Next.js
  • RTK Query
  • Tailwind CSS / CSS Modules
  • IMask
  • react-toastify
  • bitcoinjs-lib, @bitcoin-js/tiny-secp256k1-asmjs, ecpair

Design

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

This project is a minimalist Web application built using React.js, Next.js, and Redux Toolkit for the Bitcoin Testnet network. Users can create an address, view a list of transactions, and send a specified amount of bitcoins to a given Bitcoin address.


Languages

Language:TypeScript 93.7%Language:CSS 5.4%Language:JavaScript 1.0%