Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 486 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 486 Bytes

SDK Aptos

Installation

For use in Node.js or a web application
pnpm install aptos

Testing

To run the full SDK tests, From the root of this package, run:

pnpm test

npx jest -- <path/to/file.test.ts>

To use the local build in a local project:

// run from the root of this package
pnpm build
// run on your local project
pnpm add PATH_TO_LOCAL_SDK_PACKAGE