@coti-io/coti-contracts
Version:
A library for smart contract development on the COTI network.
31 lines (20 loc) • 1.46 kB
Markdown
[](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.