@coti-io/coti-contracts

1.0.0 • Public • Published

COTI Contracts

A library for smart contract development on the COTI network.

[!NOTE] This repository is meant to replace the now-deprecated confidentiality-contracts repository.

Important Links

Docs | Discord | Faucet

Network-Specific Links

Devnet Explorer | Testnet Explorer

Overview

[!NOTE]
Due to the nature of ongoing development, future versions might break existing functionality

The following contracts are included in the library:

Installation

Hardhat (npm)

npm install @coti-io/coti-contracts

Usage

Once installed, you can use the contracts in the library by importing them:

pragma solidity ^0.8.20;

import {PrivateERC20} from "@coti-io/coti-contracts/token/PrivateERC20/PrivateERC20.sol";

contract MyToken is PrivateERC20 {
    constructor() ERC721("MyToken", "MTOK") {}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @coti-io/coti-contracts

Weekly Downloads

11

Version

1.0.0

License

none

Unpacked Size

2.05 MB

Total Files

193

Last publish

Collaborators

  • smiller-coti
  • eitan-coti
  • yyanivv
  • gmesika-coti
  • yoni_readonly
  • yuval-coti
  • vladi-coti
  • yonine
  • cotitech