A simple web app to store arbitrary text forever on Bitcoin, using the taproot inscriptions protocol.
BTC Scribe runs purely client-side through the mempool.space API.
- User enters message (i.e. "Hello World!)
- BTC Scribe generates a taproot address ("bc1...ax7") and estimates the required fee (i.e. 1000 sats)
- User submits payment to the generated taproot address (i.e. 1000 sats to "bc1...ax7")
- BTC Scribe listens for payment to appear in mempool and submits reveal transaction using taproot output as the sole input
Please note that BTC Scribe does not confer ownership of the inscribed message. BTC Scribe merely stores the message onchain. Each reveal transaction consists of a single OP_RETURN
output to minimize fees.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.