Skip to content

aptos-labs/script-composer-sdk

Repository files navigation

Script Composer SDK

A monorepo containing the Script Composer SDK and example implementations.

Project Structure

This is a monorepo managed with pnpm workspaces, containing:

  • packages/*: Core SDK packages
  • examples/*: Example implementations and usage

Prerequisites

  • Node.js (Latest LTS version recommended)
  • pnpm (v10.11.0 or later)

Installation

  1. Clone the repository:
git clone [repository-url]
cd script-composer-sdk
  1. Install dependencies:
pnpm install

Development

Building the Project

To build all packages:

pnpm build

Running Tests

To run tests across all packages:

pnpm test

Project Setup

  1. After cloning the repository, run pnpm install to install all dependencies
  2. Run pnpm build to build all packages
  3. You can now run tests using pnpm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •