My Solidity development boilerplate using Hardhat.
- Hardhat for smart contract development
- TypeScript support
- Prettier for code formatting
- Solhint for Solidity linting
- Pre-configured toolchain
├── contracts/ # Smart contracts
├── scripts/ # Deployment scripts
├── test/ # Test files
├── hardhat.config.ts # Hardhat configuration
└── package.json # Dependencies and scripts
MIT License - see LICENSE for details.