https://github.com/jimlynchcodes/silly-squares-site
https://github.com/jimlynchcodes/silly-squares-site
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimlynchcodes/silly-squares-site
- Owner: JimLynchCodes
- License: mit
- Created: 2021-09-23T19:16:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T03:03:00.000Z (10 months ago)
- Last Synced: 2025-08-07T05:17:42.118Z (10 months ago)
- Language: JavaScript
- Size: 36.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```