Installation

Package Managers

npm install @wezzcoetzee/grvt

Platform Requirements

Platform
Version
Notes

Deno

1.40+

Native support, recommended

Node.js

18+

Requires fetch polyfill for older versions

Bun

1.0+

Full support

Browsers

Modern

Full support with bundler

TypeScript Configuration

The SDK is written in TypeScript and includes type definitions. No additional @types packages are needed.

Recommended tsconfig.json settings:

{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "bundler",
    "strict": true
  }
}

Verification

Verify the installation by fetching market data:

Next Steps

Last updated