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

https://github.com/coti-io/coti-ethers

TypeScript Ethers SDK for COTI - Privacy Preserving L2
https://github.com/coti-io/coti-ethers

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

Last synced: about 1 year ago
JSON representation

TypeScript Ethers SDK for COTI - Privacy Preserving L2

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 Ethers

[![image](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@coti-io/coti-ethers)
[![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 COTI Ethers, a powerful extension to the popular [ethers.js](https://github.com/ethers-io/ethers.js) library, designed to unlock the full potential of the COTI blockchain network.

This package provides developers with seamless access to all COTI features, extending the standard Ethers.js functionality to meet the unique requirements of building decentralized applications (dApps) and smart contracts on the COTI ecosystem.

## 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
npm test
```

---

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