> For the complete documentation index, see [llms.txt](https://docs.degenlab.io/decentralized-mining-pool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degenlab.io/decentralized-mining-pool/front-end/how-to-link-it-to-the-sc.md).

# 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.
