Skip to content

The pixel-art landing page of a fake RoboPunks retro game with MetaMask (Ethereum) wallet integration.

Notifications You must be signed in to change notification settings

wojciechmarek/robo-punks

Repository files navigation

Robo Punks

A sample landing page of a fake Robo Punks retro game. Based on the YouTube tutorial.

Purpose

The Robo Punks website was created to enhance my programming skills and learn how to connect a web app to a Metamask wallet.

Demo

A live demo is available at: https://robo-punks-ochre.vercel.app

Screenshots

  • Landing page:

robo

  • Landing page - animated background:

robopunks

Used technologies

  • Visual Studio Code
  • Create React App
  • ChakraUI library
  • Hardhat - an Ethereum development platform
  • Smart contracts (solidity language)

How to run

It is a regular CRA (Create React Application) application, restore npm packages: npm i, then start a development server: npm start.