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

Save / Load Proofs from json / local storage #83

Open
eddiekrystowski opened this issue Dec 5, 2023 · 0 comments
Open

Save / Load Proofs from json / local storage #83

eddiekrystowski opened this issue Dec 5, 2023 · 0 comments
Labels
jointjs likely involves joint library usage reactjs involves working with react components

Comments

@eddiekrystowski
Copy link
Owner

We should be able to save and load proofs both from browser local storage and from .json file like with graphs.

Extra consideration will need to be taken to efficiently store hypergraphs as they can be quite large and most of the data does not need to be stored. Especially with non-linear hypergraphs and circular hypergraphs, they cannot be saved as-is because we cannot store circular references.

@eddiekrystowski eddiekrystowski added jointjs likely involves joint library usage reactjs involves working with react components labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jointjs likely involves joint library usage reactjs involves working with react components
Projects
None yet
Development

No branches or pull requests

1 participant