We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Everyone. Now I am working with Wix and blockchain. And now I am seeking the way the best way to integrate Wix and Blockchain. Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have experience in developing the ICO platform using Wix and React. Here, I used the React as a iframe in Wix.
Here to send data from React to Wix site, use this code snippet on React.
window.parent.postMessage(data, '*');
And for Wix site, please read this:
https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/html-i-frame-element/working-with-the-html-iframe-element
I hope your luck.
Sorry, something went wrong.
No branches or pull requests
Hi, Everyone.
Now I am working with Wix and blockchain.
And now I am seeking the way the best way to integrate Wix and Blockchain.
Thanks
The text was updated successfully, but these errors were encountered: