Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 874 Bytes

File metadata and controls

13 lines (9 loc) · 874 Bytes

Symmetric V2 Tezos Smart Contracts

Work in progress

This repository contains the Symmetric Protocol V2 core smart contracts for Tezos, including the Vault and Weighted Pools, along with their tests, configuration, and deployment information. The contracts are written in Python using SmartPy

Pre-requisites

This package requires the following software to be installed on your system:

  1. Poetry for dependency management and packaging in Python.
  2. SmartPy CLI for Tezos smart contract development.
  3. Taqueria for building, testing, and deploying the contracts.

Please make sure you have these software installed on your system before proceeding.