Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

Sui SDK Test Scripts

This package serves as an minimal example of the usage of the @mysten/sui.js SDK.

To run the script,

npm i
node index.js

You can also use npm link or use a local dependency by changing "@mysten/sui.js": "^0.11.0" to "@mysten/sui.js": "file:../sui/sdk/typescript"