COTI Contracts is 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.
Full instructions for building and testing the package locally are available in the coti-contracts GitHub repository
npm install @coti-io/coti-contracts
{% hint style="info" %} SDK versions < 1.0.0 are for use with the Devnet, versions >= 1.0.0 are for use with the Testnet {% endhint %}
See the coti-contracts-examples repository for code examples.