Skip to content

Mol0D/aptos-sdk-fork

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published