-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use with ColonyNetworkClient #3
Comments
You forgot to init the const networkClient = new ColonyNetworkClient({ adapter });
await networkClient.init(); Also, you should await the function call of |
Thanks that was a silly mistake. I'm now getting errors like the following. Do I need to wrap the provider in some other class?
Note: I updated the branch linked in the first post with the async await chagnes. |
The problem here is that |
If you see |
No, not |
Hello, I'm trying to use this with ColonyNetworkClient to create a colony on the rinkeby network with my MetaMask.
You can see what I have so far here: https://github.com/Pioneercoinio/PioneerColony/blob/MetaMaskClient/src/metamask_client.js
It seems that the contracts are not being loaded from rinkeby. The error I get is
Any idea on what I'm missing?
The text was updated successfully, but these errors were encountered: