An open API service indexing awesome lists of open source software.

https://github.com/philipper26/starknet-websocket

Test of Starknet new RPC0.8 WebSocket functionnalities
https://github.com/philipper26/starknet-websocket

starknet websocket

Last synced: about 1 year ago
JSON representation

Test of Starknet new RPC0.8 WebSocket functionnalities

Awesome Lists containing this project

README

          

# Starknet-WebSocket

## Presentation :

This repo contains a DAPP to test the new WebSocket functionnality of Starknet rpc v0.8.

**You can test this DAPP ; it's already deployed [here](https://starknet-WebSocket.vercel.app/)**.

> [!IMPORTANT]
> Stars are appreciated!

## Getting Started 🚀 :

For a local usage :

First, run the development server:

```bash
npm i
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
CTRL + SHIFT + I to see debug information.

The DAPP is made in the next.js framework. Coded in Typescript. Using Starknet.js v6.20.3 + dev, Next.js framework, Zustand context & Chaka-ui components.

## Deploy on Vercel 🎊 :

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.