Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add package-specific documentation links
Enhances the main README with direct links to individual package
documentation for easier navigation and discovery.

- Add links to cardano-api main library documentation
- Add links to cardano-api-gen test utilities documentation
- Add links to cardano-rpc gRPC protocol documentation
- Add links to cardano-wasm WebAssembly support documentation
  • Loading branch information
newhoggy committed Oct 29, 2025
commit f7c3e863f474f67b62ac76296cf56a16f5aca39b
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj

## Documentation

Package-specific documentation:
- [cardano-api](cardano-api/README.md) - Main library for constructing and submitting transactions
- [cardano-api-gen](cardano-api-gen/README.md) - Test generators and property testing utilities
- [cardano-rpc](cardano-rpc/README.md) - gRPC client and server implementing UTxO RPC protocol
- [cardano-wasm](cardano-wasm/README.md) - WebAssembly compilation support

Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki).

Haddock documentation is available at: https://cardano-api.cardano.intersectmbo.org/
Expand Down