Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kobby-pentangeli committed Mar 7, 2024
1 parent 710c71e commit cc6608c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

A library for working with Ordinal inscriptions.

## Modules
## Status

- [inscription](src/inscription.rs): `Brc20` and `Nft` inscription types.
- [wallet](src/wallet.rs): Transaction builder, signer, and parser.
- [indexer](src/indexer.rs): Scans the Bitcoin blockchain to catalog, organize, and provide information about Ordinal inscriptions.
### Done

## TODO
- [x] [inscription](src/inscription.rs): `Brc20` and `Nft` inscription types.
- [x] [wallet](src/wallet.rs): Transaction builder, signer, and parser.

- [x] When more features are added, consider moving `inscription`, `wallet`, and `indexer` into separate member crates in a workspace.
### TODO

- [ ] [indexer](src/indexer.rs): Scans the Bitcoin blockchain to catalog, organize, and provide information about Ordinal inscriptions.

------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit cc6608c

Please sign in to comment.