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.