Skip to content

Commit

Permalink
feat : added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Jangra authored and Arun Jangra committed Jun 26, 2024
1 parent c130384 commit c9d22ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c9d22ff

Please sign in to comment.