From 7a6542dd965c7c92c939df10fde0273a7d458a5a Mon Sep 17 00:00:00 2001 From: akhercha Date: Fri, 1 Nov 2024 12:16:06 +0100 Subject: [PATCH] dev(better_theoros): --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b6d0b..7f96b7e 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,16 @@ Solidity contracts & libraries. ## Typescript -(TODO: akhercha) +Theoros SDK + +A SDK used to query data from Theoros in a simple way. + +- Fetch the latest calldata using either REST or Websocket endpoints. + +Pragma Deployer + +The main scripts used to deploy all our contracts (Cairo, Solidity, ...) are located there. + +Pragma Scripts + +Utils scripts that we use to make some actions on-chain.