@coti-io/coti-contracts-examples
Version:
Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.
31 lines (20 loc) • 1.51 kB
Markdown
[](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.