From 9cdb3c13e75c1861b79f2b1cbac08cca09d1f54e Mon Sep 17 00:00:00 2001 From: CJ42 Date: Wed, 17 Jul 2024 10:53:27 +0100 Subject: [PATCH] docs: move sentence from docs learn page into _erc725.js_ docs --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index d2527739..28e52c46 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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'