Is there any UI for testing written contracts? #2052
forgetscode
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was always thinking while developing one thing that is slightly annoying is having to write out tests manually to test the functions when in most cases I would just want two users and wallets. I know how to write the typescript code but I find it tedious and I would be happier not having to write it when I am only trying to test smart contract logic.
For example, instead of copy pasting boiler plate we get a scenario creator that reads the IDL and creates a testing interface. For example x wallets with y funds. Your functions get click or drag and drop scheduling. This would save like a few dozen minutes every now and then.
Anyone do this yet?
Beta Was this translation helpful? Give feedback.
All reactions