Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 855 Bytes

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.