An open API service indexing awesome lists of open source software.

https://github.com/coti-io/coti-typescript-examples

TypeScript examples demonstrating integration with the COTI Network and Garbling Circuits (GC) framework for secure, privacy-preserving computations and blockchain interactions.
https://github.com/coti-io/coti-typescript-examples

blockchain ethereum garbled-circuits l2 on-chain-compute privacy web3

Last synced: about 1 year ago
JSON representation

TypeScript examples demonstrating integration with the COTI Network and Garbling Circuits (GC) framework for secure, privacy-preserving computations and blockchain interactions.

Awesome Lists containing this project

README

          

[![image](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://telegram.coti.io)
[![image](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.coti.io)
[![image](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.coti.io)
[![image](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.coti.io)

# COTI TypeScript Examples

[![image](https://img.shields.io/badge/Node%20js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://nodejs.org/download/release/v18.20.5/)

Welcome to the COTI TypeScript Examples repository, a set of examples for interacting with the COTI blockchain using two different packages: [COTI Ethers](https://github.com/coti-io/coti-ethers) and the official [COTI TypeScript SDK](https://github.com/coti-io/coti-sdk-typescript). These examples are designed to help developers quickly get started with COTI blockchain integration, showcasing common operations like creating wallets, performing the onboarding procedure, deploying contracts, and interacting with smart contracts.

## Documentation

Full documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/quickstart#typescript)

---

To report an issue, please see the [issues](https://github.com/coti-io/coti-typescript-examples/issues/new) tab.