https://github.com/coti-io/coti-hardhat-template
Hardhat boilerplate for building, deploying, and testing smart contracts on the COTI v2 network. Includes pre-configured network settings, example contracts, deployment scripts, and a testing suite to streamline development and showcase COTI's unique blockchain features.
https://github.com/coti-io/coti-hardhat-template
blockchain ethereum garbled-circuits hardhat-boilerplate hardhat-template l2 on-chain-compute privacy sdk web3
Last synced: about 2 months ago
JSON representation
Hardhat boilerplate for building, deploying, and testing smart contracts on the COTI v2 network. Includes pre-configured network settings, example contracts, deployment scripts, and a testing suite to streamline development and showcase COTI's unique blockchain features.
- Host: GitHub
- URL: https://github.com/coti-io/coti-hardhat-template
- Owner: coti-io
- License: apache-2.0
- Created: 2024-11-10T08:33:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T08:06:35.000Z (about 2 months ago)
- Last Synced: 2025-03-26T09:23:26.248Z (about 2 months ago)
- Topics: blockchain, ethereum, garbled-circuits, hardhat-boilerplate, hardhat-template, l2, on-chain-compute, privacy, sdk, web3
- Language: TypeScript
- Homepage: https://coti.io
- Size: 362 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://telegram.coti.io)
[](https://discord.coti.io)
[](https://twitter.coti.io)
[](https://youtube.coti.io)# COTI Hardhat Template
[](https://nodejs.org/download/release/v18.20.5/)
Welcome to the COTI Hardhat Template, a simple template to get started with smart contract development on COTI with [Hardhat](https://hardhat.org/) and TypeScript.
The template demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
## Documentation
Full API documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/hardhat)
## Build and Install
```bash
npm install
```## Testing
```bash
npx hardhat test
```---
To report an issue, please see the [issues](https://github.com/coti-io/coti-hardhat-template/issues) tab.