added titles

This commit is contained in:
Sowmay Jain 2020-04-07 03:57:37 +10:00
parent 2d5a58e061
commit b30ea49a14

View File

@ -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.
## Get Started
To get started, install the DSA SDK package from NPM:
```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:
```js