Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riteshpuvvada/roulette-game-in-solana
Roulette Game in Solana
https://github.com/riteshpuvvada/roulette-game-in-solana
blockchain-technology cryptocurrency roulette-wheel solana solana-program wallet web3js
Last synced: 9 days ago
JSON representation
Roulette Game in Solana
- Host: GitHub
- URL: https://github.com/riteshpuvvada/roulette-game-in-solana
- Owner: RiteshPuvvada
- Created: 2022-01-20T10:11:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T08:44:48.000Z (5 months ago)
- Last Synced: 2024-10-12T02:42:32.469Z (26 days ago)
- Topics: blockchain-technology, cryptocurrency, roulette-wheel, solana, solana-program, wallet, web3js
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Roulette Game 🎰
* Clone the repository with:
```bash
git clone https://github.com/RiteshPuvvada/Roulette-game-in-Solana.gitcd Roulette-game-in-Solana
```
* Install the dependencies:```bash
npm install
```* Run the application
```bash
node index.js
```