Aptos JS-Pro
A library of opinionated utilities built on top of the @aptos-labs/ts-sdk
Aptos JS-Pro is a library of utilities built on top of the @aptos-labs/ts-sdk
. This library is focused on an opinionated tools based off of internal usecases derived from Aptos Labs products such as Petra and Aptos Connect.
Please visit js-pro.aptos.dev for the latest documentation.
Note
These packages are still in development and may change rapidly as they are developed.
npm install @aptos-labs/ts-sdk @aptos-labs/js-pro
npm install @aptos-labs/ts-sdk @aptos-labs/js-pro @tanstack/react-query @aptos-labs/react
Check out .tool-versions
for runtime requirements.
- Clone the repository:
git clone https://github.com/aptos-labs/aptos-js-pro.git
cd aptos-js-pro
- Install runtimes (mise)
mise install
If mise
is not installed, check out their Getting Started page.
- Install dependencies:
pnpm install
- Build packages:
pnpm build
- Run tests:
pnpm test
- Run checks:
pnpm check
The documentation is automatically deployed to js-pro.aptos.dev when a pull request is merged into the main
branch. This deployment is handled through a private Vercel instance.
Contributions are welcome! Please refer to the CONTRIBUTING.md file for more information.