a simple Todo List smart contract to demonstrate key Solidity concepts such as enums, structs, mappings, arrays, and events.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Update README.md to enhance deployment instructions and contract features
b82fdb5View on GitHubRename TodoListScript to TodoScript and improve private key handling in deployment script
c6d550fView on GitHubRemove Counter contract and related test and script files
0c80d66View on GitHubAdd unit tests for TodoList contract functionality
a845e4aView on GitHubAdd TodoListScript for deploying TodoList contract
e21b462View on GitHubImplement TodoList contract with basic functionality and structure
23ea460View on GitHubAdd CI workflow, update README, and implement Counter contract with tests
4b1362aView on GitHubAdd .gitmodules and initialize forge-std submodule
52ddf2aView on GitHub