Skip to content

Aptos SDK fork contains utils for interacting with the APTOS network like create Accounts, sign, create, encode / decode transactions, etc.

License

Notifications You must be signed in to change notification settings

ExodusMovement/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

Aptos SDK fork contains utils for interacting with the APTOS network like create Accounts, sign, create, encode / decode transactions, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%