LogoLogo
  • HXRO NETWORK
    • Welcome to Hxro Network
    • Market Protocols
      • Derivatives Trading
      • Betting
        • SAMM Protocol Litepaper - v1.1
    • Network Fees
  • TOKENOMICS AND STAKING
    • HXRO Token
    • Network Staking
    • Liquidity Pools
    • How-To
      • Transfer HXRO from ERC20 to SPL via Wormhole
      • Claim an esHXRO Airdrop
      • How to Stake HXRO
      • How to Vest esHXRO
      • How to Initialize and Claim Rewards
  • NETWORK REWARDS AND INCENTIVES
    • Rewards
    • Volume Incentives
    • Staking Incentives
      • Stake Delegation
  • DEVELOPERS
    • Derivatives Tooling
      • Python & Typescript SDKs
      • Dexterity Typescript SDK QuickStart
      • Dexterity Typscript Scripts
      • DEX Reference Implementations
    • Parimutuel Tooling
      • Typescript SDK
      • Python SDK
      • Parimutuel Typescript SDK QuickStart
      • Parimutuel Typescript + React Project
        • Config.tsx
        • PariBox.tsx
        • PlacePositionBox.tsx
        • PlacePosition.tsx
    • Developer Grants
      • Developer Grant FAQs
    • Oracles
  • Traders
    • FAQs
  • MARKET MAKERS
    • Market Maker Reference Implementation
  • Security
    • Staking Contract Audit
  • External Links
    • Website
    • Governance, Staking, and Rewards Portal
    • Github
    • Forum
    • Twitter
    • Discord
    • Brand Kit
      • Brand and Press
Powered by GitBook
On this page
  • Introduction
  • How to get it
  1. DEVELOPERS
  2. Parimutuel Tooling

Typescript SDK

Last updated 1 year ago

Introduction

The Typescript SDK is suitable for creating web3 front ends in the browser, as well as connecting to the parimutuels (bots/backends) using Javascript or Typescript.

How to get it

Simply go to the hxro-network NPM page and follow the instructions in the parimutuelsdk package page

Unlike the other SDKs that provide functions for discovering markets and pools dynamically, the Typescript SDK contains a config which lists all the different pubkeys needed.

https://www.npmjs.com/package/@hxronetwork/parimutuelsdk.