@exodus/aptos-sdk-fork
v1.19.4-exodus.2.0.2
Published
Aptos SDK
Downloads
5,109
Maintainers
Keywords
Readme
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