Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathantarbert/nates-blockchain-memory-game

This app is a memory game that connects to a Metamask wallet using Ganache or Hardhat as the local node. The smart contract was written in Solidity and React for the frontend framework.
https://github.com/nathantarbert/nates-blockchain-memory-game

blockchain game ganache reactjs solidity wallet

Last synced: about 1 month ago
JSON representation

This app is a memory game that connects to a Metamask wallet using Ganache or Hardhat as the local node. The smart contract was written in Solidity and React for the frontend framework.

Awesome Lists containing this project

README

        

# nates-blockchain-memory-game

App is deployed here: https://nates-blockchain-memory-game.netlify.app/

![image](https://user-images.githubusercontent.com/66887028/151673214-6aa6d453-ed07-4c78-86a2-774a1dfba299.png)

This React app is a Blockchain memory game that connects to the Metamask wallet and mints tokens once the user matches a card.
The contracts were written in Solidity and connected to the back-end through JavaScript.
Genache is used as our local node (moch blockchain). Hardhat can easily be used as well. The point is to just have a local node to handle the transactions.
The game:
Once a match is confirmed a transaction will be made and settled on the blockchain on the blockchain. Tokens will be stored in your wallet as an asset and displayed at the bottom of the screen as you mint them.
Good Luck!