Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.18 KB

108-Push-Smart-Contracts-Section.mdx

File metadata and controls

34 lines (24 loc) · 1.18 KB
id title hide_title slug displayed_sidebar sidebar_position image
docs-notifications-push-smart-contracts-section
Push Smart Contracts
true
./push-smart-contracts
pushNotificationSidebar
108
/assets/docs/previews/docs_notifications__section--push_smart_contracts.png

Push Smart Contracts Overview

:::important

This is an advance concept section. You will be interacting mostly with Push SDK to do everything, all of which is gasless with only smart contracts native notifications relying on some of these concepts.

All smart contracts related to Push protocol are hosted at Push protocol github repo :::

<title> {`Push smart contracts section | Push Notifications | Push Documentation`} </title>

import { AImp } from '@site/src/css/SharedStyling';

In order for the protocol to be chain-agnostic as well as truly decentralized, Push smart contracts play a major role.

The Push smart contracts are divided into two different smart contracts — Push Core & Push Communicator.

import DocCardList from '@theme/DocCardList';