golem-sudoku
January 12, 2021 ยท View on GitHub
Game of Sudoku with size variants, powered by Golem.
Video Demo
Demo website
Running instructions
Please install the dependencies nodejs and yarn before proceeding.
- Set up and run the yagna requestor service following the instructions provided here.
- Clone this repository with git or download and unzip the files to a folder. Then open a new terminal and change your directory to the folder.
- Run
yarn installfollowed byyarn run build-all(Windows users: please runnpm install -g win-node-envbeforehand). - Remember to set your yagna app key as an environment variable and initialize yagna payments. Then run
yarn run start-server. - Visit localhost:3000 in a browser and you should see the Golem Sudoku app.
File layout
/golemcontains the file structure of the docker image and the docker file isDockerfile/publiccontains public website assets/puzzlescontains generated sudoku puzzles/servercontains the code for the express server and the requestors/srccontains React components