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

Browser compatible #33

Merged
merged 2 commits into from
Jan 5, 2022
Merged

Browser compatible #33

merged 2 commits into from
Jan 5, 2022

Conversation

tkmct
Copy link
Collaborator

@tkmct tkmct commented Dec 17, 2021

Make blind-fin work in browser.

  • remove dependencies only works in node.js
  • replace zkutil to snarkjs
    • use snarkjs package
    • rewrite makefile
  • add deploy script
  • add API to instantiate User in browser

close #28

- move node.js only modules
- use snarkjs instead of zkutil
- add an api to instantiate User class
- fix tests
- add deploy script
@tkmct tkmct changed the base branch from main to v1 December 17, 2021 15:20
@tkmct tkmct marked this pull request as ready for review December 17, 2021 15:20
@wanseob wanseob merged commit 1ecc1f1 into v1 Jan 5, 2022
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

Successfully merging this pull request may close these issues.

Frontend: make existing code running in the browser
2 participants