Skip to content

Commit

Permalink
imp: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Oct 19, 2023
1 parent 9393f56 commit 55c3035
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
Rust implementation of the Inter-Blockchain Communication (IBC) protocol. This project hosts
the `ibc` rust crate which defines the main data structures and on-chain logic for the IBC protocol.

See the [ibc](crates/ibc/README.md) crate's README.md for more detailed information on the `ibc` crate.
## Libraries

- [ibc](crates/ibc/README.md) - Data structures and on-chain logic for the IBC protocol.
- [ibc-query](crates/ibc-query/README.md) - Utility traits and implementations for querying the
state of an `ibc-rs` enabled chain.
- [ibc-derive](crates/ibc-derive/README.md) - Derive macros for `ClientState`
and `ConsensusState` traits, reducing boilerplate.

## Contributing

Expand Down

0 comments on commit 55c3035

Please sign in to comment.