Example site to demonstrate armada building client side bundles for Armada Network
npx live-server
# this command creates a dist/ folder with the production assets and calls the armada bundle create command
# outputs a file called guerillaflotilla.sh
sh build.sh
# to get the checksum run
npx armada-cli bundle checksum guerillaflotilla.tgz
npx armada-cli project publish <ProjectID> <BundleURL> <BundleChecksum>
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/web3/4.0.2/web3.min.js';
document.head.appendChild(script);
var w3 = new Web3("https://mainnet.infura.io/v3/<key>")
w3.eth.getBlockNumber()