Skip to content

Commit

Permalink
Merge pull request #471 from ERC725Alliance/docs/getting-started-func…
Browse files Browse the repository at this point in the history
…tionalities

docs: move sentence from docs learn page into _erc725.js_ docs
  • Loading branch information
CJ42 authored Jul 17, 2024
2 parents 0cb3d0b + 9cdb3c1 commit 27c46d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ const verifiableURI = encodeDataSourceWithHash(
Try running the code snippets below within your browser using [StackBlitz](https://stackblitz.com/edit/erc725js-instantiation?devtoolsheight=66&file=index.js).
:::

The _erc725.js_ contains multiple functionalities such as reading and decoding data. A full list is available under the [**Methods**](./methods.md) page.

For fetching data, it is possible to query one data key (as a `string` name) or multiple data keys at once by passing an array parameter, as shown below.

```js
await erc725.getOwner();
// > '0x28D25E70819140daF65b724158D00c373D1a18ee'
Expand Down

0 comments on commit 27c46d3

Please sign in to comment.