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

Can it used within React web application ? #3

Open
amitbravo opened this issue Feb 28, 2018 · 1 comment
Open

Can it used within React web application ? #3

amitbravo opened this issue Feb 28, 2018 · 1 comment

Comments

@amitbravo
Copy link

Just wondering if I can use it within my reactjs web application ?

@incarnate
Copy link
Member

Hi @amitbravo,
This library is targeted for server side applications, rather than client side. Depending on your use-case, you could use the ecrypt library to do client side encryption.

In any case you will need a server side component to handle accepting the result of the transaction, as this is never returned to the client side (as then there is opportunity for a malicious user to mess with it).

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