Skip to content

blockman-ai/block-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Notes

Block Notes is a decentralized notebook on Bitcoin.

Every block is a canvas for expression — a memory, a quote, a prayer, or a moment in history.
Inscribe your thoughts forever using simple on-chain text.


How It Works

To claim a block note, inscribe a message like this:

block-note:840000
"Today I begin again. Thank you, Bitcoin." – @blockman-ai

---

## **Step 3: Create `notes.json`**

Create a file in the repo called:  
`/data/notes.json`

Paste this inside:

```json
{
  "840000": {
    "message": "Today I begin again. Thank you, Bitcoin. – @blockman-ai",
    "inscription": "f529ddd9cb9d7b013bee584bfe319f9640b8f834da90b4999a4a322fe09d107e"
  },
  "839999": {
    "message": "Before the halving, we prepared in silence. – @blockman-ai",
    "inscription": "example123456789abcdef"
  }
}
https://github.com/blockman-ai/block-notes/issues/new?template=submit-note.md

About

A decentralized notebook for Bitcoin blocks — inscribe your thoughts, quotes, or memories to the chain, forever.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors