aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

Introduce a `buildPublishPayload` function #466

Closed 0xmaayan closed 1 month ago

0xmaayan commented 1 month ago

Description

Introduce buildPublishPayload CLI function to build a publication transaction payload and store it in a JSON output file

Test Plan

Related Links