Home
Softono
foundry-template

foundry-template

Open source MIT Solidity
640
Stars
129
Forks
6
Issues
6
Watchers
3 weeks
Last Commit

About foundry-template

Foundry-based template for developing Solidity smart contracts

Platforms

Web Self-hosted

Languages

Solidity

Links

Foundry Template Open in Gitpod Github Actions Foundry License: MIT

A Foundry-based template for developing Solidity smart contracts, with sensible defaults. Dependencies are managed as Node.js packages via Bun rather than git submodules, and the template ships preconfigured with Forge Std, OpenZeppelin Contracts, Prettier, and Solhint.

What's Inside

  • Forge: compile, test, fuzz, format, and deploy smart contracts
  • Forge Std: collection of helpful contracts and utilities for testing
  • Bun: manage Foundry dependencies as Node.js packages instead of git submodules
  • OpenZeppelin Contracts: library of secure, community-vetted smart contracts (pre-installed)
  • Prettier: code formatter for non-Solidity files
  • Solhint: linter for Solidity code

Links

Related Projects

Contributing

Contributions are welcome. See AGENTS.md for the development workflow, commands, and conventions.

License

This project is licensed under MIT — see the LICENSE file for details.