You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're describing updating keys for mina-zk-app in our documentation and zkApp's readme, but the keys folder was removed from the repo and added to .gitignore some time ago. I suggest we add sample files keys/berkeley.json and keys/user.json, so users would know exactly what is supposed to be in these files. Something like this:
It's a dangerous practice because, in the end, people will accidentally commit their secrets and push them to GitHub. The best we can do is keep the directory by adding an empty .gitkeep file.
Right now we're describing updating keys for mina-zk-app in our documentation and zkApp's readme, but the
keys
folder was removed from the repo and added to.gitignore
some time ago. I suggest we add sample fileskeys/berkeley.json
andkeys/user.json
, so users would know exactly what is supposed to be in these files. Something like this:The text was updated successfully, but these errors were encountered: