2.1.0 • Published 7 days ago

@colony/contractor v2.1.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
7 days ago

✒️ A nifty tool that creates Colony Network TypeScript bindings

Discord

@colony/contractor

contractor can build all relevant TypeScript bindings for the Colony Network contracts in different versions, based off the ABIs.

Usage:

contractor --help # Show help
contractor colony # Builds ethers-v5 TypeChain bindings for the latest versions to the ./dist directory
contractor colony --help # Show help and available options for the `colony` command
contractor colony -p ethers-v6 # Build ethers-v6 bindings
contractor colony -t glider # Build bindings for the `glider` tag
contractor core # Build static core contract bindings
contractor tokens # Build event contract bindgins
contractor events # Build event contract bindings

Building

To build this package, run pnpm run build in this directory. See the general development instructions for more information.

Contributing

All contributions are welcome. Please read the Contributing Guidelines and review our Code of Conduct before submitting a PR.

License

GPL-3.0