pnpm install aptos
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