From 650d3183d669c14a4da752dd2b1193f6666632c2 Mon Sep 17 00:00:00 2001 From: petarTxFusion Date: Fri, 19 Jan 2024 18:16:11 +0100 Subject: [PATCH] docs(README): add python sdk --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04cc99e..e88330b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ ![Era Logo](https://github.com/matter-labs/era-contracts/raw/main/eraLogo.svg) -Examples on how to interact with zkSync Era network using SDKs for different languages. +Examples on how to interact with zkSync Era network using different SDKs. -- [Go examples](go) -- [JavaScript examples](js) +- [Go](go) +- [JavaScript](js) +- [Python](python) ## 🤝 Contributing