Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 714 Bytes

Abstract Typescript SDKs

This monorepo contains the Typescript-based SDKs for AbstractSDK. Please read the docs!

Development

  1. Install the Abstract CLI:

    npm i -g @abstract-money/cli

Prerequisites

  • Ensure you have Node.js installed.

  • Install pnpm globally:

    npm i -g pnpm

Setup

  1. Clone the Repository:

    git clone https://github.com/AbstractSDK/core.git abstractjs
    cd abstractjs
  2. Install Dependencies:

    pnpm i
  3. Build the Repository:

    We use turbo-build to build the repository. This will build all packages in parallel.

    pnpm build