Getting Started

Welcome to GoldShore! This guide will help you get up and running with our platform.

Prerequisites

Before you begin, ensure you have:

Installation

To install the GoldShore SDK:

npm install @goldshore/sdk

Configuration

Configure the SDK with your API key:

import { GoldShore } from '@goldshore/sdk';
 
const client = new GoldShore({
  apiKey: 'YOUR_API_KEY'
});