Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 499 Bytes

Xverse Core

  • Folders are separated according to functionality e.g. wallet works with getting assets and balances, transaction works with creating transaction objects.
  • Files under /api contains functions that are making external API calls, the file name should indicate which service it is calling.
  • All types are under the types directory, some are interfaces that maps to API responses, some are data types for business logic.
  • All export should be group and exported using index.ts.