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.
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
token.lpad.mp4
If you wanna build more complex and useful DApp with it or any question, contact to developer: @MoonSat