mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
- 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.
22 lines
248 B
Plaintext
22 lines
248 B
Plaintext
# Node modules
|
|
/node_modules
|
|
|
|
# Compilation output
|
|
/dist
|
|
|
|
# pnpm deploy output
|
|
/bundle
|
|
|
|
# Hardhat Build Artifacts
|
|
/artifacts
|
|
|
|
# Hardhat compilation (v2) support directory
|
|
/cache
|
|
|
|
# Typechain output
|
|
/types
|
|
|
|
# Hardhat coverage reports
|
|
/coverage
|
|
|
|
.env |