Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README): add logo and contribution guidance #9

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
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! 🙌

Loading