AbstractSDK / abstract.js

This monorepo contains the Typescript-based SDKs for AbstractSDK.

Home Page:https://jsdocs.abstract.money/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract Typescript SDKs

This monorepo contains the Typescript-based SDKs for AbstractSDK.

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

2Install Dependencies:

pnpm i

3Build the Repository:

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

pnpm build

About

This monorepo contains the Typescript-based SDKs for AbstractSDK.

https://jsdocs.abstract.money/

License:MIT License


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%