Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daltonclaybrook/guessinggame

A toy implementation of a guessing game on Ethereum
https://github.com/daltonclaybrook/guessinggame

Last synced: about 1 month ago
JSON representation

A toy implementation of a guessing game on Ethereum

Awesome Lists containing this project

README

        

# Guessing Game

This project demonstrates an implementation of a guessing game on the Ethereum blockchain. It contains a `GuessingGame` contract with the core functionality of the game, and a `GuessToken` ERC-20 token, which serves as the prize token for the game.

## Deployment

Run the following script to deploy the contracts to the Rinkeby test network.

```shell
yarn deploy-game
```

## Verify

```shell
# Verify source code on Etherscan for the game and token contracts
npx hardhat verify-game --network rinkeby --contract
```