Aptos SDK
npm install @exodus/aptos-sdk-fork##### For use in Node.js or a web application
``ts`
pnpm install aptos
To run the full SDK tests, From the root of this package, run:
`ts
pnpm test
npx jest --
`
To use the local build in a local project:
`ts``
// run from the root of this package
pnpm build
// run on your local project
pnpm add PATH_TO_LOCAL_SDK_PACKAGE