Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sekharsunkara6/developer-assignment
https://github.com/sekharsunkara6/developer-assignment
bitcoin css3 html5 polygon solana
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sekharsunkara6/developer-assignment
- Owner: SekharSunkara6
- Created: 2024-08-26T11:13:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:22:40.000Z (3 months ago)
- Last Synced: 2024-10-12T01:21:17.603Z (about 1 month ago)
- Topics: bitcoin, css3, html5, polygon, solana
- Language: HTML
- Homepage: https://developer-assignment-sandy.vercel.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goals
- Choose a blockchain: Ethereum, Polygon, Solana, or Bitcoin. Utilize their 'devnet/testnet' environment.
- Develop a coinflip game where users can link their wallet and flip a coin on the interface.
- Allow users to specify the amount of tokens (SOL, ETH, or BTC) they wish to gamble from their wallet and select a side.
- If the coin lands on the chosen side, users receive double the tokens they risked; if it lands on the opposite side, they receive nothing.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/SekharSunkara6/Developer-Assignment.git
```
2. Navigate to the project directory:
```
cd Developer-Assignment
```
3. Make the necessary changes to the code (frontend only).
4. And directly go to index.html file and open it with "live server".