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

SDK versions < 1.0.0 are for use with the Devnet, versions >= 1.0.0 are for use with the Testnet

Usage

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

Last updated