Skip to content

Commit

Permalink
fix: react native setup for cheqd
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Aug 18, 2023
1 parent 9539eb1 commit b06b149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/getting-started/set-up/cheqd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Using [Yarn `resolutions`](https://classic.yarnpkg.com/lang/en/docs/selective-ve
}
```

<!--/tabs-->

Following that we need to add a buffer polyfill

```console
Expand All @@ -73,8 +75,6 @@ global.Buffer = Buffer

`import shim.js` file into your file where the App is imported

<!--/tabs-->

### Adding the cheqd to the Agent

After installing the dependencies, we can register the cheqd Module on the agent by adding the below code snippet to the agent constructor.
Expand Down

0 comments on commit b06b149

Please sign in to comment.