https://github.com/multiversx/mx-ping-pong-dapp-rs
Ping Pong dApp using Rust
https://github.com/multiversx/mx-ping-pong-dapp-rs
Last synced: 29 days ago
JSON representation
Ping Pong dApp using Rust
- Host: GitHub
- URL: https://github.com/multiversx/mx-ping-pong-dapp-rs
- Owner: multiversx
- Created: 2024-09-10T09:38:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T15:11:37.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T16:36:24.523Z (10 months ago)
- Language: Rust
- Size: 500 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rust dApp example for the Ping-Pong contract
The repo contains 2 projects, the microservice and the frontend, both written in Rust.
The microservice:
- queries the SC
- sends transactions to the SC
- caches results
- does the SC setup
The frontend:
- sends requests to the microservice for results
- caches values from responses for faster loading
- displays results