Getting started

To inscribe your first post, go on https://unisat.io/inscribe

Here you can inscribe text on Bitcoin. On DUSM your posts, comments and even likes are simply a set of JSONs.

Inscription

Copy and paste the following JSON on Unisat, then edit the txt parameter if you want to personalize your first post

{
  "p": "dusm",
  "op": "pub",
  "type": "post",
  "txt": "Hello world",
  "edit": false
}

Want to check out more details about the parameters? Head to "JSON format"

Indexing

Coming soon

Last updated