Metadata-Version: 2.1
Name: coti_contracts_examples
Version: 1.0.6
Summary: Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.
Home-page: https://github.com/coti-io/coti-contracts-examples
Author: COTI Development
Author-email: dev@coti.io
License: Apache2.0
Keywords: coti,privacy,ethereum,blockchain,web3,garbled-circuits,l2,on-chain-compute
Description-Content-Type: text/markdown
License-File: LICENSE

[![image](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://telegram.coti.io)
[![image](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.coti.io)
[![image](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.coti.io)
[![image](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.coti.io)

# COTI Contracts Examples

[![image](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@coti-io/coti-contracts-examples)
[![image](https://img.shields.io/badge/Node%20js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://nodejs.org/download/release/v18.20.5/)

Welcome to the COTI Contracts Examples repository, a set of smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts. These examples provide practical implementations for privacy-preserving and decentralized DeFi solutions.

## Documentation

Full documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/quickstart#solidity)

## Build and Install

```bash
npm install
```

## Testing

```bash
npx hardhat test
```

---

To report an issue, please see the [issues](https://github.com/coti-io/coti-contracts-examples/issues/new) tab.
