So far we always had to initialze a provider and signer and pass those
to the kredits constructor.
This helper makes it easier to initialize a default ethers provider and
a default signer.
So far we always had to initialze a provider and signer and pass those
to the kredits constructor.
This helper makes it easier to initialize a default ethers provider and
a default signer.
Examples:
```js
Kredits.for({network: 'local'}).init();
Kredits.for({network: 'rinkeby'}, {apm: 'open.aragonpm.eth'}).init();
```
raucao
(Migrated from github.com)
reviewed 2019-05-14 09:41:02 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
So far we always had to initialze a provider and signer and pass those
to the kredits constructor.
This helper makes it easier to initialize a default ethers provider and
a default signer.
Examples:
I think the linter should have caught the indentation here. It's off by one char.
|| network === 'local'braucht man glaube ich nicht👯♂