https://github.com/coti-io/coti-contracts
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.
https://github.com/coti-io/coti-contracts
blockchain ethereum garbled-circuits on-chain-compute privacy web3
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/coti-io/coti-contracts
- Owner: coti-io
- License: apache-2.0
- Created: 2024-08-20T08:01:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T14:03:08.000Z (about 1 month ago)
- Last Synced: 2025-04-16T21:01:23.532Z (about 1 month ago)
- Topics: blockchain, ethereum, garbled-circuits, on-chain-compute, privacy, web3
- Language: TypeScript
- Homepage: https://coti.io
- Size: 1.12 MB
- Stars: 6
- 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
[](https://www.npmjs.com/package/@coti-io/coti-contracts)
[](https://nodejs.org/download/release/v18.20.5/)Welcome to COTI Contracts, 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.
## Documentation
Full API documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/ethers.js)
## 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/issues/new) tab.