Movehat is a TypeScript SDK for Move on Sui built on top of Sui's TypeScript SDK and our fork of Ian Macalinao's move-ts
. Movehat aspires to be the Hardhat or Foundry of Move. Support for Aptos coming soon.
- First, install our fork of
move-ts
:cargo install --git https://github.com/pentagonxyz/move-ts/crates/move-tsgen
- Then, install
movehat
:npm i --save-dev pentagonxyz/movehat
- Then, generate TypeScript files by running
move-tsgen
in a directory containingMove.toml
.