wix / wix-commerce-ticketing-nextjs-template

https://netlify.commerce-ticketing-demo.wix.dev
MIT License
20 stars 16 forks source link

Please help me to integrate Wix and blockchain. #308

Open BitFancy opened 5 months ago

BitFancy commented 5 months ago

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

lucaslee129 commented 5 months ago

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.