https://github.com/coti-io/coti-contracts-examples
Example 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.
https://github.com/coti-io/coti-contracts-examples
blockchain ethereum garbled-circuits on-chain-compute privacy web3
Last synced: about 1 month ago
JSON representation
Example 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.
- Host: GitHub
- URL: https://github.com/coti-io/coti-contracts-examples
- Owner: coti-io
- License: apache-2.0
- Created: 2024-09-22T11:08:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T20:38:05.000Z (about 2 months ago)
- Last Synced: 2025-03-25T20:44:22.935Z (about 2 months ago)
- Topics: blockchain, ethereum, garbled-circuits, on-chain-compute, privacy, web3
- Language: TypeScript
- Homepage: https://coti.io
- Size: 9.05 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://telegram.coti.io)
[](https://discord.coti.io)
[](https://twitter.coti.io)
[](https://youtube.coti.io)# COTI Contracts Examples
[](https://www.npmjs.com/package/@coti-io/coti-contracts-examples)
[](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.