🎉」 init: started blockchain dev

This commit is contained in:
2025-07-24 12:42:33 +02:00
parent d52aad94aa
commit f148526efa
6 changed files with 67 additions and 1 deletions

7
src/contract/main.sol Normal file
View File

@ -0,0 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8;
contract scoreStore {
}