I have created a website and to allow me further expand the site I need to query the Ethereum blockchain using the Web3 API. Web3 is a Javascript API. How do I use this within WIX? Web3.js can be found in Github here: GitHub - web3/web3.js: Ethereum JavaScript API
For example I want to use the API to get the balance of an Ethereum wallet in the following way:web3.fromWei(web3.eth.getBalance(β0x2910543af39aba0cd09dbb2d50200b3e800a63d2β));
thanks.