Open Issues Need Help
View All on GitHubAI Summary: Create a GitHub issue template (`.github/ISSUE_TEMPLATE/community_contract.md`) to guide contributors when proposing new Solidity smart contracts for the KiiChain project. The template should include fields for contract purpose, included tests, security considerations, and license information.
AI Summary: Create a CONTRIBUTING.md or COMMUNITY.md file for the Kii Solidity Contracts repository. This file should guide contributors on how to structure new contract folders, including required elements (README, tests, license), and naming conventions. The goal is to improve organization and facilitate future auditing of community-submitted contracts.
AI Summary: Write unit tests using Hardhat's JavaScript testing framework for example Solidity contracts within the KiiChain project, focusing on core functionalities like ERC20 token minting and transferring to improve test coverage and prevent regressions.
AI Summary: Update the project's README file to include a new section detailing the testnet and network configuration, providing necessary RPC URLs, chain IDs, and deposit addresses. This information should be sourced from the official KiiChain documentation and integrated into both `hardhat.config.js` and a `.env.example` file.
AI Summary: Implement GitHub Actions CI workflow for the Kii Solidity smart contracts project to automatically run Solidity linting (solhint), formatting (prettier-plugin-solidity), and unit tests (hardhat test) on pull requests.