All Projects → idexio → idex-sdk-js

idexio / idex-sdk-js

Licence: MIT license
IDEX v3 SDK built with TypeScript, supporting both web and Node environments.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to idex-sdk-js

alpha-interface
✨ Token Exchange App for Arweave Profit Sharing Tokens
Stars: ✭ 34 (-2.86%)
Mutual labels:  smart-contracts, decentralized, exchange
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-48.57%)
Mutual labels:  smart-contracts, decentralized, exchange
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+874.29%)
Mutual labels:  smart-contracts, polygon, dex
py-etherdelta
Python client for interacting with the EtherDelta API and Smart Contracts.
Stars: ✭ 22 (-37.14%)
Mutual labels:  smart-contracts, decentralized, exchange
idex-contracts-whistler
IDEX 2.0 smart contracts
Stars: ✭ 43 (+22.86%)
Mutual labels:  smart-contracts, exchange
farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Stars: ✭ 86 (+145.71%)
Mutual labels:  smart-contracts, polygon
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+9837.14%)
Mutual labels:  smart-contracts, decentralized
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+471.43%)
Mutual labels:  polygon, exchange
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+17.14%)
Mutual labels:  smart-contracts, decentralized
Purple
Official Rust implementation of the Purple Protocol
Stars: ✭ 85 (+142.86%)
Mutual labels:  smart-contracts, decentralized
flora
A distributed smart contract package manager to create a better and shared authority in the space.
Stars: ✭ 19 (-45.71%)
Mutual labels:  smart-contracts, decentralized
syscoin
Syscoin is a crypto currency that is universally merge-mineable and offers a unique variety of services including decentralized identities, asset token issuance platform capabilities directly on the blockchain and trustless 0-counterparty interoptibility with the Ethereum blockchain
Stars: ✭ 152 (+334.29%)
Mutual labels:  smart-contracts, decentralized
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (+157.14%)
Mutual labels:  smart-contracts, decentralized
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (+742.86%)
Mutual labels:  smart-contracts, decentralized
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (+111.43%)
Mutual labels:  smart-contracts, decentralized
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (+374.29%)
Mutual labels:  smart-contracts, decentralized
awesome-solidity-gas-optimization
Best resources for Solidity gas optimizations ⛽
Stars: ✭ 893 (+2451.43%)
Mutual labels:  smart-contracts, polygon
docs
Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
Stars: ✭ 134 (+282.86%)
Mutual labels:  smart-contracts, decentralized
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-60%)
Mutual labels:  smart-contracts, decentralized
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+534.29%)
Mutual labels:  smart-contracts, decentralized

IDEX JavaScript SDK

Discord GitHub npm GitHub issues

Twitter Follow

The official library for IDEX v3's REST and WebSocket APIs.

  • Written in TypeScript with full typings for all requests and responses
  • Supports both Node.js and browser environments
  • Implements a real time order book including support for hybrid liquidity

Complete documentation for the IDEX v3 API is available at https://api-docs-v3.idex.io.

Installation

yarn add @idexio/idex-sdk@beta
// or
npm install --save @idexio/idex-sdk@beta

Getting Started

Get IDEX v3 sandbox API keys.

import * as idex from '@idexio/idex-sdk';

const publicClient = new idex.RestPublicClient({
  sandbox: true,
});
console.log(await publicClient.getServerTime());

In-depth usage documentation by endpoint is available here.

Contract ABIs

Included in the contracts/ directory contains the ABIs necessary for interacting with IDEX v3's smart contracts.

License

The IDEX JavaScript SDK is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].