Commit Graph

7 Commits

Author SHA1 Message Date
averel10
62581a807f fix: update step names for clarity in deployment workflow 2025-11-12 17:47:08 +01:00
averel10
d18e48bbc4 feat: add step to upload config.json as artifact in deployment workflow 2025-11-12 17:46:09 +01:00
averel10
172c68226a fix: add workflow_dispatch trigger to backend and frontend deployment workflows 2025-11-11 21:08:55 +01:00
averel10
91e24218aa fix: add actions permission to deploy_backend.yml 2025-11-11 21:08:03 +01:00
averel10
986350a16e fix: add GITHUB_TOKEN environment variable for frontend deployment trigger 2025-11-11 21:06:27 +01:00
averel10
bd8c853715 fix: add permissions section to deploy_backend.yml for write access 2025-11-11 21:03:12 +01:00
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