0.0.1-patch • Published 2 months ago

abi-to-ts v0.0.1-patch

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

abi-to-ts

Regenerate the smart contract compiled json file into a ts file in order to prompt for ABI methods and parameter types.

Note: Known to work when using wagmi as a development tool.

Installation

npm i -g abi-to-ts
# or
pnpm add -g abi-to-ts
# or
yarn global add abi-to-ts

Usage

Usage: abi-to-ts [options]

Options:
  -i, --input-dir <path>   (optional) Entry directory, defaults to ./contracts
  -o, --output-dir <path>  (optional) Output directory, defaults to ./src/constants/contracts
  --networkId <networkId>  (optional) specified network id
  -h, --help               display help for command
0.0.1-beta.3

2 months ago

0.0.1-patch

2 months ago

0.0.3

5 months ago

0.0.1-beta.2

5 months ago

0.0.4

5 months ago

0.0.1-beta.1

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago