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
- Host: GitHub
- URL: https://github.com/philipper26/starknet-websocket
- Owner: PhilippeR26
- License: mit
- Created: 2024-12-04T14:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T14:48:23.000Z (over 1 year ago)
- Last Synced: 2025-02-05T12:53:00.368Z (over 1 year ago)
- Topics: starknet, websocket
- Language: TypeScript
- Homepage: https://starknet-web-socket.vercel.app
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.