How to link it to the sc

All the contracts are linked in the contract.ts [src\consts\contract.ts]

All the data-related functions are converted from Clarity values to typescript values in their defined functions in the src\consts\readOnly.ts file

All the smart contract calls are built-in src\consts\smartContractFunctions.ts where the arguments are converted from typescript values to Clarity values.

Last updated