add SimpleStorage smart contract

This commit is contained in:
han
2024-12-17 10:49:22 +07:00
parent c7c46dfc2c
commit ce127dbc28
12 changed files with 72 additions and 57 deletions

14
simple-storage/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Compiler files
cache/
out/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
# Docs
docs/
# Dotenv file
.env