From d0f67f05482b6068c862fed6d90e25d5ffee42f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carmen=20Irene=20Cabrera=20Rodr=C3=ADguez?= <49727740+cicr99@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:45:19 -0400 Subject: [PATCH] Readme rpcv04 update (#357) * add deployAccount example to readme * update board for RPC methods --- README.md | 15 ++++++++++++++- examples/deployAccount/README.md | 4 ++-- examples/simpleCall/{ReadMe.md => README.md} | 5 ++--- 3 files changed, 18 insertions(+), 6 deletions(-) rename examples/simpleCall/{ReadMe.md => README.md} (82%) diff --git a/README.md b/README.md index 5c8a4337..fd142800 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ operations on the wallets. The package has excellent documentation for a smooth - library documentation available at [pkg.go.dev](https://pkg.go.dev/github.com/NethermindEth/starknet.go). - [simple call example](./examples/simpleCall) to make a contract call to a mainnet contract +- [deploy account example](./examples/deployAccount) to deploy a new account contract on testnet.