From b30ea49a140f6dd40f86f25dcc6de4f05cff3929 Mon Sep 17 00:00:00 2001 From: Sowmay Jain Date: Tue, 7 Apr 2020 03:57:37 +1000 Subject: [PATCH] added titles --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8aff543..de42e2e 100644 --- a/README.md +++ b/README.md @@ -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