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

https://github.com/jimlynchcodes/silly-squares-site


https://github.com/jimlynchcodes/silly-squares-site

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Silly Squares Site :page_with_curl:

This repo is the frontend React website / webapp for the Silly Squares Club.

It is an example of a browser application that calls to a live Smart Contract hosted on the polygon network.

Live url: [https://sillysquaresnft.com](https://sillysquaresnft.com/)

# Setup

- Install MetaMask and create a wallet.

- Add Polygon as a network in MetaMask. [(how to guide)](https://gravityfinance.medium.com/using-metamask-with-polygon-923f061054db)

- Clone this project

# Run Project

### 1. Run the project
```shell
npm i
npm start
```

### 2. Build
```shell
npm run build
```