Dojo Wordle has a daily word for you to guess, supports loading new words through the 'add_word_system.' When we load words using this system, they will automatically be set for the next day.
It has a points system and a ranking (unfortunately, the ranking is still a work in progress).
The repository already contains the dojo-starter
as a submodule. Feel free to remove it if you prefer.
Prerequisites: First and foremost, ensure that Dojo is installed on your system. If it isn't, you can easily get it set up with:
curl -L https://install.dojoengine.org | bash
Followed by:
dojoup
For an in-depth setup guide, consult the Dojo book.
After cloning the project, execute the following:
- Terminal 1 - Katana:
cd dojo && katana --disable-fee
- Terminal 2 - Contracts:
cd dojo && sozo build && sozo migrate
- Terminal 3 - Torii:
cd dojo-starter && torii --world 0x7d1f066a910bd86f532fa9ca66766722c20d47462fb99fb2fb0e1030262f9c5
- Terminal 4 - Client:
cd client && yarn && yarn dev
Upon completion, launch your browser and navigate to http://localhost:5173/.