You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the exact code to mint some hash values on my ubuntu server. Users can easily mint the hash values from the website.
Now I want users from other websites to mint the hash values using JavaScript.
How can they call this mint function remotely using JavaScript?
Maybe use a API POST?
But how do we integrate the call?
Should I have a separate process running to listen for these API POSTs?
And how do these API POSTs call the mint function?
Thanking you in advance.
The text was updated successfully, but these errors were encountered:
Thank you for the code.
I have used the exact code to mint some hash values on my ubuntu server. Users can easily mint the hash values from the website.
Now I want users from other websites to mint the hash values using JavaScript.
How can they call this mint function remotely using JavaScript?
Maybe use a API POST?
But how do we integrate the call?
Should I have a separate process running to listen for these API POSTs?
And how do these API POSTs call the mint function?
Thanking you in advance.
The text was updated successfully, but these errors were encountered: