UNPKG

@coti-io/coti-ethers

Version:

A complete and compact library for the COTI blockchain, for dapps, wallets and any other tools.

46 lines (45 loc) 1.1 kB
{ "name": "@coti-io/coti-ethers", "version": "1.0.5", "license": "Apache 2.0", "description": "A complete and compact library for the COTI blockchain, for dapps, wallets and any other tools.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "author": "COTI Development", "repository": { "type": "git", "url": "git://github.com/coti-io/coti-ethers.git" }, "homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/ethers.js", "keywords": [ "coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute" ], "devDependencies": { "@types/chai": "^4.2.0", "@types/mocha": ">=9.1.0", "chai": "^4.2.0", "dotenv": "^16.4.5", "mocha": "^10.7.3", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "@coti-io/coti-sdk-typescript": "^1.0.4", "ethers": "^6.13.1" }, "scripts": { "build": "tsc", "prepare": "tsc", "test": "mocha --require ts-node/register ./test/wallet.test.ts" } }