gitfrosh / maxima

Team Maxima's repo for the Web3 version of Wordle (Wordle on the block). Get an NFT of your daily wordle and donate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WORDLE on The BLOCK

This project was built by Team Maxima (Afoma, Rike, Kristen, Brenda and Ana ) during the 2022 web3con hackathon.

Deployed to fleek!

Get it started

Frontend

This project is built with create-react-app and craco It stores Wordle NFTs on Fleek/Filecoin. Required secrets are REACT_APP_FLEEK_KEY, REACT_APP_FLEEK_SECRET, make sure they are added to .env for local run

npm install

Install dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Backend

This application is built with Solidity/Hardhat on EVM. It uses Alchemy (MUMBAI_URL, RINKEBY_URL, ..) and needs your PRIVATE_KEY for deploying. Make sure secrets are added to .env for local run

npm install

Install dependencies.

npx hardhat run scripts/run.js

Dry-run test functions on your smart contract.

npx hardhat run scripts/deploy.js --network rinkeby

Deploy your smart contract.

About

Team Maxima's repo for the Web3 version of Wordle (Wordle on the block). Get an NFT of your daily wordle and donate.


Languages

Language:TypeScript 93.4%Language:CSS 2.3%Language:JavaScript 1.9%Language:Solidity 1.5%Language:HTML 0.7%Language:Shell 0.1%