Skip to content

Open source Bitcoin-powered digital art platform with NFT minting, blockchain provenance, and artist monetization | By THE BITCOIN CORPORATION LTD

License

Notifications You must be signed in to change notification settings

bitcoin-apps-suite/bitcoin-art

Repository files navigation

Bitcoin Art

A Next.js application for Bitcoin Art Gallery, integrated with Bitcoin OS Bridge for wallet connectivity.

Features

  • Next.js 15.5 with App Router
  • TypeScript support
  • Tailwind CSS for styling
  • Bitcoin wallet integration via @bitcoin-os/bridge

Getting Started

Prerequisites

  • Node.js 18+ installed
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/bitcoin-apps-suite/bitcoin-art.git
cd bitcoin-art
  1. Install dependencies:
npm install

Development

Run the development server:

npm run dev

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

Build for Production

npm run build
npm start

Bitcoin Wallet Integration

This project uses @bitcoin-os/bridge for Bitcoin wallet connectivity. The wallet connection component is located in src/components/BitcoinConnect.tsx.

Project Structure

bitcoin-art/
├── src/
│   ├── app/
│   │   ├── globals.css
│   │   ├── layout.tsx
│   │   └── page.tsx
│   └── components/
│       └── BitcoinConnect.tsx
├── public/
├── next.config.mjs
├── tailwind.config.ts
├── tsconfig.json
└── package.json

License

ISC

About

Open source Bitcoin-powered digital art platform with NFT minting, blockchain provenance, and artist monetization | By THE BITCOIN CORPORATION LTD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •