Files
crypto_clash/crypto_clash_contract/README.md
averel10 44bc814114 feat: initialize crypto_clash_contract with TypeScript, Hardhat, and deployment script
- Added package.json with scripts for compiling, deploying, and testing the contract.
- Created deploy.ts script for deploying the HelloWorld contract and saving the contract address to config.json.
- Configured TypeScript with tsconfig.json for Node.js environment and ES module support.
2025-11-11 21:01:16 +01:00

8 lines
262 B
Markdown

# Sample Hardhat 3 Beta Project (minimal)
This project has a minimal setup of Hardhat 3 Beta, without any plugins.
## What's included?
The project includes native support for TypeScript, Hardhat scripts, tasks, and support for Solidity compilation and tests.