Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of common pitfalls for TS devs #954

Open
garwalsh opened this issue May 14, 2024 · 1 comment
Open

List of common pitfalls for TS devs #954

garwalsh opened this issue May 14, 2024 · 1 comment

Comments

@garwalsh
Copy link
Contributor

No description provided.

@MartinMinkov
Copy link
Collaborator

MartinMinkov commented May 14, 2024

List of a few common pitfalls to document:

  1. In-circuit randomness
  2. Reading out values of field elements in provable code
  1. Always try to compile methods and create proofs as a way of ensuring a base level of correctness (to debug)
  2. Conditional branching
  3. Inheritence with SmartContract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants