This is a Wordle implementation built on Nillion. Play it live here!
Words change daily around midnight UTC.
Gamemaker.mov
Player.mov
If needed, install Node.js first.
Then install the Nillion SDK.
To install dependencies: run pnpm install.
To launch: pnpm dev.
To view: open http://localhost:3000 with your browser.
If anything goes wrong here, ping me on Discord.
Created using create-nillion-app.
See schedule/ in this repo.
To update the word of the day from the CLI once:
- get private key from your wallet and save as
NILCHAIN_PRIVATE_KEYin.envorexportit - note the store ID output from
schedule/set-word.sh <WORD>and export it asNEXT_PUBLIC_WORDLE_STORE_IDto Wordle - have Wordle rebuilt using the new value
For updating the word of the day automatically every day:
- ensure that you can update the word once as above
- use crontab and wordlist examples in
schedule/as a base for your own
