Request to a relayer from web3

Hi @sirphemmiey,

You can use OpenZeppelin Network.js with Vanilla Javascript.

You could use the following in Vanilla JavaScript:

const web3context= await fromConnection('http://127.0.0.1:8545', { 
  gsn: { signKey: ephemeral() } 
});