Hi. I tried and Gas Station Network Example works well. (sdk/2.5/gsn-dapp)
But I want to same thing without React.
For that I tried to use GSNProvider ( OpenZeppelin/openzeppelin-gsn-provider )
but When I made transaction , I had error "The method eth_sendTransaction does not exist is not available"
I understand that infura.io doesn't allow it.
Can I have another way to use Gas Station Network witout Ract and using infura.io?
If you are using Vanilla JavaScript (or a framework other than React) you can still use OpenZeppelin Network.js. Have a look at the README section to Use with Vanilla JavaScript:
You could call your injected variable something like web3Context as it is from a connection rather than injected.
If you want to share information about your game you are developing in #general:showcase (along with how you are using OpenZeppelin) that would be great.