Skip to content

Files

Latest commit

 

History

History
23 lines (14 loc) · 871 Bytes

File metadata and controls

23 lines (14 loc) · 871 Bytes

Contracts Library

COTI Contracts is a library of smart contracts for COTI's GC technology, including MPC contract for secure computations, private ERC20 and ERC721 contracts, and test mocks for validation. These components enable privacy-focused and decentralized DeFi solutions.

Clone, Build & Test

Full instructions for building and testing the package locally are available in the coti-contracts GitHub repository

Installation

Hardhat (npm)

npm install @coti-io/coti-contracts

{% hint style="info" %} SDK versions < 1.0.0 are for use with the Devnet, versions >= 1.0.0 are for use with the Testnet {% endhint %}

Usage

See the coti-contracts-examples repository for code examples.