A Next.js application for Bitcoin Art Gallery, integrated with Bitcoin OS Bridge for wallet connectivity.
- Next.js 15.5 with App Router
- TypeScript support
- Tailwind CSS for styling
- Bitcoin wallet integration via @bitcoin-os/bridge
- Node.js 18+ installed
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/bitcoin-apps-suite/bitcoin-art.git
cd bitcoin-art
- Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run build
npm start
This project uses @bitcoin-os/bridge for Bitcoin wallet connectivity. The wallet connection component is located in src/components/BitcoinConnect.tsx
.
bitcoin-art/
├── src/
│ ├── app/
│ │ ├── globals.css
│ │ ├── layout.tsx
│ │ └── page.tsx
│ └── components/
│ └── BitcoinConnect.tsx
├── public/
├── next.config.mjs
├── tailwind.config.ts
├── tsconfig.json
└── package.json
ISC