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.
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.