Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed May 16, 2024
1 parent 33cd023 commit 50c70fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ $ npm install @ordjs/runestone
## Usage

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/jeasonstudio/runestone/tree/main/examples)

### Runestone

Rune protocol messages, called runestones, are stored in Bitcoin transaction outputs.
Expand Down
10 changes: 10 additions & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "runestone-example",
"private": true,
"scripts": {
"start": "node node.js"
},
"dependencies": {
"@ordjs/runestone": "latest"
}
}

0 comments on commit 50c70fa

Please sign in to comment.