Skip to content

michalstefanow/brc2.0-brc20-programmable-module-smartContract-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

🚀 BRC-2.0 (BRC20-programmable-module) DEMO

This is a demo version of the Bitcoin BRC20 Programmable Module (BRC2.0 protocol), showcasing the full workflow — including smart contract deployment and interaction & brc2.0 tokne deploy, mint and transfer.

🏗️ Project Structure

code/
├── be/                     # Backend (Node.js + TypeScript)
│   ├── config/            # Configuration files
│   ├── controller/        # Route controllers
│   ├── middleware/        # Express middleware
│   ├── model/            # Data models
│   ├── routes/           # API routes
│   ├── service/          # Business logic services
│   ├── utils/            # Utility functions
│   ├── output/           # Smart contract artifacts
│   ├── Simple.sol        # Solidity smart contract
│   └── wallet.json       # Bitcoin wallet configuration
├── fe/                    # Frontend (Next.js + React)
│   ├── app/              # Next.js app directory
│   ├── components/       # React components
│   ├── contexts/         # React contexts
│   └── utils/            # Frontend utilities
└── README.md

🎬 Preview

token.lpad.mp4

🚨 Contact Me

If you wanna build more complex and useful DApp with it or any question, contact to developer: @MoonSat

Documentation about brc2.0

About

Brc2.0 or brc20-programmable-module demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •