-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): add logo and contribution guidance
- Loading branch information
1 parent
3420520
commit ac3d27f
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# zkSync2 Examples | ||
Examples on how to interact with zkSync Era network using | ||
SDKs for different languages. | ||
# 🚀 zkSync Era Examples 🚀 | ||
|
||
![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. | ||
|
||
- [Go examples](go) | ||
- [JavaScript examples](js) | ||
|
||
## 🤝 Contributing | ||
|
||
We welcome contributions from the community! If you're interested in contributing to the `zksync2-examples`, | ||
please take a look at our [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for guidelines and details on the process. | ||
|
||
Thank you for making `zksync2-examples` better! 🙌 | ||
|