Commit Graph

7 Commits

Author SHA1 Message Date
averel10
15bf0155bb added subpages for helloworld and clash, added game contract to config.json for usage in frontend 2025-11-14 22:49:06 +01:00
SamKry
d67570da33 update version 2025-11-14 20:48:17 +01:00
SamKry
50d4fe7956 implement multi game mode and document it 2025-11-14 20:44:58 +01:00
SamKry
37bce9cb5d add first implementation of game contract 2025-11-14 19:35:58 +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
averel10
b27ae2dc5d fix: add .node_modules to .gitignore to exclude local node modules from version control 2025-11-11 21:01:07 +01:00
averel10
63ee23fd63 added contract folder 2025-11-11 18:35:20 +01:00