diff --git a/Cargo.toml b/Cargo.toml index a2a897062d..6740afb3ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ord" -description = "Bitcoin satoshi ordinal number utility" +description = "Bitcoin ordinal theory utility" version = "0.2.1" license = "CC0-1.0" edition = "2021" diff --git a/README.md b/README.md index 184e106d8e..04354a3cb4 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,11 @@ `ord` is an index, block explorer, and command-line wallet. -Ordinals are serial numbers for satoshis, assigned in the order in which they -are mined, and preserved across transactions. +Ordinal theory imbues satoshis with numismatic value, allowing them to +collected and traded as curios. + +Ordinal numbers are serial numbers for satoshis, assigned in the order in which +they are mined, and preserved across transactions. See [the BIP](bip.mediawiki) for a comprehensive description of the assignment and transfer algorithm. @@ -38,7 +41,7 @@ Syncing ------- `ord` requires a synced `bitcoind` node with `-txindex` to build the index of -ordinal locations. `ord` communicates with `bitcoind` via RPC. +satoshi locations. `ord` communicates with `bitcoind` via RPC. If `bitcoind` is run locally by the same user, without additional configuration, `ord` should find it automatically by reading the `.cookie` file diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index b31bd61f4a..0000000000 --- a/ROADMAP.md +++ /dev/null @@ -1,36 +0,0 @@ -Ordinals Roadmap -================ - -Features --------- - -- Collecting and Trading - - [x] Users can list rare ordinals in their UTXOs - - [x] Users can send and receive specific ordinals - - [ ] Users can buy and sell ordinals P2P in a Discord channel - - [ ] Users can buy and sell ordinals via a trusted OTC desk - - [ ] Users can buy and sell ordinals using trustless offers - - [ ] Trustless offers can be viewed on ord block explorers - -- NFTs MVP - - [ ] Users can mint NFTs - - [ ] Users can view NFTs locally - - [ ] Users can view NFTs on ord block explorers - - [ ] Users can send and receive NFTs - -Community ---------- - -- memes -- twitter bot -- blog about ordinals -- keep doing bounties -- request a bip -- create a market for ordinals - -Development ------------ - -- onboard new contributors -- keep streaming on Twitter Spaces & Discord -- make development easy and fast diff --git a/bin/graph b/bin/graph index 7ca36919d1..2a1ce35e5b 100755 --- a/bin/graph +++ b/bin/graph @@ -13,7 +13,7 @@ class Block: pat = re.compile( '''Block (?P[0-9]+) at.*with (?P[0-9]+) transactions.* -.*Wrote (?P[0-9]+) ordinal ranges from .* outputs in (?P