Get API Key

Get started

To start using the DappLooker SDK, follow these steps:

1. Install the SDK:

npm install dapplooker-sdk

2. Generate an API Key:

  • Within the API SDK interface, select the option labeled "+API Key"

and designate a name for your API key. Subsequently, click on "Generate Key" to generate the key.

  1. Import the SDK

Once you have installed the SDK, import it into your project. With the imported SDK, create an instance of the DappLookerChartsAPI and make API calls using the API key

Example

Here's an example of how you can use the DappLooker SDK using API key and Chart UUID

Last updated