Skip to content

Commit

Permalink
Merge pull request #538 from ethereum-push-notification-service/firas…
Browse files Browse the repository at this point in the history
…codes-patch-1

Update Readme.md
  • Loading branch information
HarshRajat authored Jul 15, 2023
2 parents a3fa32a + e128607 commit 8df91a4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/examples/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<h1 align="center">
<a href="https://push.org/#gh-light-mode-only">
<img width='20%' height='10%' src="https://res.cloudinary.com/drdjegqln/image/upload/v1686227557/Push-Logo-Standard-Dark_xap7z5.png">
</a>
<a href="https://push.org/#gh-dark-mode-only">
<img width='20%' height='10%' src="https://res.cloudinary.com/drdjegqln/image/upload/v1686227558/Push-Logo-Standard-White_dlvapc.png">
</a>
</h1>

<p align="center">
<i align="center">Push Protocol is a web3 communication network, enabling cross-chain notifications, messaging, video, and NFT chat for dapps, wallets, and services.🚀</i>
</p>

# Welcome to Push SDK Examples!
This repository houses various practical examples that illustrate how to use the Push SDK effectively to enhance your applications with advanced web3 communication functionalities.

## One-Stop Solution for Understanding the Implementation of Push Protocol's SDK

The `push-sdk` repository provides two comprehensive examples that serve as practical guides for developers:

1. `sdk-backend-node`: A backend implementation using Node.js.
2. `sdk-frontend/video`: A frontend implementation focusing on video notifications.

These examples illuminate the application of the Push Protocol in real-world scenarios, making it easier for you to effectively incorporate it into your own projects.

They are the perfect starting point for any hacker looking to dive into the world of decentralized notifications. Explore, learn, and create with the Push Protocol. Happy hacking!

# Docs
- [Developer Docs](https://docs.push.org/developers)
- [Documentation Hub](https://docs.push.org)

0 comments on commit 8df91a4

Please sign in to comment.