/SudoChain

web3 sudoku

Primary LanguageJavaScript

SudoChain

web3 sudoku. User fills the fields, submits his solution. Once the deadline is reached, the smart contract computes the fastest solver and mints NFT for him

How to run:

cd SudoChain
cd client
npm i
npm run dev

Client side

is built with React with Styled Components and ethers.js to connect to Smart Contract in Scroll and Mantle layer 2 chains

Smart contract

is built with Solidity in Hardhat