Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sekharsunkara6/developer-assignment


https://github.com/sekharsunkara6/developer-assignment

bitcoin css3 html5 polygon solana

Last synced: 11 days ago
JSON representation

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".