Installation
Install the SDK via your package manager or a <script> tag.
Package Manager
npm i @nktkas/hyperliquidpnpm add @nktkas/hyperliquidyarn add @nktkas/hyperliquidbun add @nktkas/hyperliquiddeno add jsr:@nktkas/hyperliquidCDN
If you're not using a package manager, you can use the SDK via an ESM-compatible CDN such as esm.sh. Simply add a <script type="module"> tag to the bottom of your HTML file with the following content:
<script type="module">
import * as hl from "https://esm.sh/jsr/@nktkas/hyperliquid";
</script>Platform Requirements
Last updated