Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.16 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.16 KB

Near Generators JS

Near generators monorepo, contains next packages

  • @neargen-js/abigen - utility to extract contracts ABI from Near contracts, written with TypeScript. near-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 from typechain-near repository. Read more about this package here
  • @neargen-js/core - core types for both typegen and abigen as well as types for generated definitions. Read more about this package and about ABI specification here
  • @neargen-js/utils - utilities for both typegen and abigen. Read more about this package here

TODO

  • bigint type support
  • include contract bytecode into its ABI
  • contracts deployment using generated definitions
  • clear abi/types folder before each abigen/typegen runs