@coti-io/coti-contracts-examples
Version:
Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.
35 lines (34 loc) • 1.21 kB
JSON
{
"name": "@coti-io/coti-contracts-examples",
"version": "1.0.11",
"license": "Apache 2.0",
"description": "Example smart contracts demonstrating the use of COTI's GC technology, including integrations with MPC, private ERC20, and ERC721 contracts.",
"author": "COTI Development",
"repository": {
"type": "git",
"url": "git://github.com/coti-io/coti-contracts-examples.git"
},
"homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/quickstart#solidity",
"keywords": [
"coti",
"privacy",
"ethereum",
"blockchain",
"web3",
"garbled-circuits",
"l2",
"on-chain-compute"
],
"scripts": {
"test-private-auction": "npx hardhat test ./test/PrivateAuction.test.ts",
"test-private-identity-registry": "npx hardhat test ./test/PrivateIdentityRegistry.test.ts",
"test-private-nft": "npx hardhat test ./test/PrivateNFT.test.ts",
"test-private-token": "npx hardhat test ./test/PrivateToken.test.ts",
"test-on-chain-database": "npx hardhat test ./test/OnChainDatabase.test.ts"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@coti-io/coti-contracts": "^1.0.9",
"hardhat": "^2.22.11"
}
}