Skip to content

Commit

Permalink
chore: add README.md to class-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
t00ts committed Feb 10, 2025
1 parent bfde819 commit 831e503
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/class-hash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# pathfinder-class-hash

[![Documentation](https://docs.rs/pathfinder-class-hash/badge.svg)](https://docs.rs/pathfinder-class-hash)
[![Crates.io](https://img.shields.io/crates/v/pathfinder-class-hash)](https://crates.io/crates/pathfinder-class-hash)
[![License](https://img.shields.io/crates/l/pathfinder-class-hash)](https://github.com/eqlabs/pathfinder/blob/main/crates/class-hash/LICENSE)


This crate provides functionality to compute class hashes for both Cairo 0.x and Sierra (Cairo 1.x+) contracts in the Starknet ecosystem. It implements the official Starknet class hash computation algorithm, handling special cases for different Cairo versions and maintaining compatibility with the network's expectations.

0 comments on commit 831e503

Please sign in to comment.