From c7bc3d416a431a54ae98dffe1bcdf2bf13fa4729 Mon Sep 17 00:00:00 2001 From: Rafael Cardenas Date: Thu, 6 Feb 2025 11:17:44 -0600 Subject: [PATCH] docs: ord readme --- Cargo.lock | 2 +- components/ord/Cargo.toml | 2 +- components/ord/README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 components/ord/README.md diff --git a/Cargo.lock b/Cargo.lock index 7403effd..815b5091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "ord" -version = "0.1.0" +version = "0.22.2" dependencies = [ "anyhow", "chainhook-sdk", diff --git a/components/ord/Cargo.toml b/components/ord/Cargo.toml index 6d05fccf..3fc15142 100644 --- a/components/ord/Cargo.toml +++ b/components/ord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ord" -version = "0.1.0" +version = "0.22.2" edition = "2021" [dependencies] diff --git a/components/ord/README.md b/components/ord/README.md new file mode 100644 index 00000000..88ffb063 --- /dev/null +++ b/components/ord/README.md @@ -0,0 +1 @@ +This code is manually imported from [ordinals/ord](https://github.com/ordinals/ord) and it is used for all ordinal inscription parsing. \ No newline at end of file