Near generators monorepo, contains next packages
@neargen-js/abigen
- utility to extract contracts ABI from Near contracts, written with TypeScript. Moved fromnear-abigen-js
repository. Read more about this package here@neargen-js/typegen
- utility to generate TypeScript type definitions from a given contract abis for interaction with Near smart contracts. Moved fromtypechain-near
repository. Read more about this package here@neargen-js/core
- core types for bothtypegen
andabigen
as well as types for generated definitions. Read more about this package and about ABI specification here@neargen-js/utils
- utilities for bothtypegen
andabigen
. Read more about this package here
bigint
type support- include contract
bytecode
into its ABI - contracts deployment using generated definitions
- clear abi/types folder before each abigen/typegen runs