fuelchain
fuelchain is a CLI to help you to build Types from a ABI JSON. This package is a fork from the original
TypeChain tool.
Table of contents
Documentation
See Fuel-ts Documentation
Usage
Installation
yarn add fuelchain typechain-target-fuels
npm add fuelchain typechain-target-fuels
How to use
npx fuelchain --target=typechain-target-fuels --out-dir=src/types out/debug/*-abi.json
Contributing
In order to contribute to fuelchain
, please see the main fuels-ts monorepo.
Changelog
The fuelchain
changelog can be found at CHANGELOG.
License
The primary license for fuelchain
is Apache 2.0
, see LICENSE.