From c9d22ff2bbee81e10ad81626b3f2a0c1b76dfcd6 Mon Sep 17 00:00:00 2001 From: Arun Jangra Date: Thu, 27 Jun 2024 01:26:23 +0530 Subject: [PATCH] feat : added readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cce8056..d688166 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Zaun -This repository contains interfaces and functions to interact with -starknet solidity contracts. +This repository contains interfaces and functions to interact with starknet solidity contracts. One can use two options for deploying the implementation contract : - `deploy_contract_behind_unsafe_proxy` : This will deploy the contract behind a minimal proxy and can be used for dev purposes. -- `deploy_contract_behind_safe_proxy` : This will deploy the contract behind a safe audited proxy and setting the -implementation and upgrades +- `deploy_contract_behind_safe_proxy` : This will deploy the contract behind a safe audited proxy and setting the implementation and upgrades ## Setup