mirror of
https://github.com/Instadapp/dsa-developers.git
synced 2024-07-29 21:56:57 +00:00
added titles
This commit is contained in:
parent
2d5a58e061
commit
b30ea49a14
|
@ -3,6 +3,8 @@ We empower third-party developers to build dapps, use-cases, and other integrati
|
||||||
|
|
||||||
Our SDK abstract all the complex internal (like handling addresses, ABIs etc) and provide developers with a simple interface to interact with DSA platform.
|
Our SDK abstract all the complex internal (like handling addresses, ABIs etc) and provide developers with a simple interface to interact with DSA platform.
|
||||||
|
|
||||||
|
## Get Started
|
||||||
|
|
||||||
To get started, install the DSA SDK package from NPM:
|
To get started, install the DSA SDK package from NPM:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -30,6 +32,8 @@ if (window.ethereum) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## get accounts
|
||||||
|
|
||||||
Once connected to a web3 client, get all the DSA where a specific address is authorised:
|
Once connected to a web3 client, get all the DSA where a specific address is authorised:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user