Skip to content

[BETA] A library for developing and publishing modules for Polkadex dapps.

Notifications You must be signed in to change notification settings

Polkadex-Substrate/polkadex-ts

Repository files navigation

polkadex-ts

Collection of SDK(s) crafted to ease Polkadex chain integration.

Apps and Packages

  • docs: a Next.js app
  • web/polkapool: another Next.js app for on chain swap protocol
  • polkadex-api: wrapper api for interacting with polkadex chain
  • local-wallets: utilities for keyrings stored locally in browser
  • thea: sdk for cross-chain transfer functionality
  • numericals: commonly used decimal formats and math methods
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.