From 46011b23c93a4ace41cde1b2044ad9f87af33c17 Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro <62709592+thiagodeev@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:43:33 -0300 Subject: [PATCH] Update README.md to include typedData example (#653) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4e4c66c4..a2551938 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,15 @@ go run main.go > Check [here](examples/deployContractUDC/README.md) for more details. +***starknet typedData*** + +```sh +cd examples/typedData +go run main.go +``` + +> Check [here](examples/typedData/README.md) for more details. +
Check [here](https://github.com/NethermindEth/starknet.go/tree/main/examples) for some FAQ answered by these examples.