oasislabs / oasis.js

🕸A web client for the Oasis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow creating an instance of Web3Gateway without a wallet

mitar opened this issue · comments

commented

If I just want to listen to events, I do not really need a wallet for that, no? So I should be able to create a Web3Gateway instance without a wallet.

Workaround for now: oasis.Wallet.createRandom() :-)

The wallet is optional. What version of the client are you using? Try 1.0.0-rc.17 and re-open if you have any problems.

I used 1.0.0-rc.14.

You are right. With 1.0.0-rc.17 wallet is not required. Thanks.