From 5a57ec55e466537f73c501aec7da282d22a0e073 Mon Sep 17 00:00:00 2001 From: Filip Krawczyk Date: Fri, 22 Nov 2024 18:17:03 +0100 Subject: [PATCH] Update integrity package link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528ac2ad..e5c2e1dd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Since integrity is deployed on Starknet, other contracts can call FactRegistry t ```toml [dependencies] -integrity = { git = "https://github.com/HerodotusDev/integrity" } +integrity = "2.0.0" ``` The package provides many utility functions for interacting with the verifier. For contract calls, you can use `Integrity` struct which provides following methods: