5 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Blockchain Solidity Contracts

AI 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.

Complexity: 2/5
enhancement good first issue help wanted
Blockchain Solidity Contracts

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.

Complexity: 2/5
enhancement good first issue help wanted
Blockchain Solidity 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.

Complexity: 3/5
good first issue help wanted
Blockchain Solidity Contracts

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.

Complexity: 2/5
good first issue help wanted
Blockchain Solidity Contracts

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.

Complexity: 3/5
enhancement good first issue help wanted