zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
161 stars 35 forks source link

Build an online playground for noname #141

Open lognorman20 opened 3 weeks ago

lognorman20 commented 3 weeks ago

To make the introduction of noname to new users easier as well as help developers write circuits in a simpler fashion, an online playground/compiler can be constructed. This website allows a user to write a sample noname program, compile it, and choose various options about the circuit generated such as backend system.A reference for this is Circom's zkREPL.

mimoo commented 3 weeks ago

that would be great indeed. for reference the go playground, and rust playground

lognorman20 commented 1 day ago

@mimoo I built a quick and dirty first version here: https://noname-code-playground.onrender.com/.

Repo: https://github.com/lognorman20/noname-playground/tree/main

Would love for any feedback