# Foundry (/docs/builders/smart-contracts/foundry)

[Foundry](https://book.getfoundry.sh/) is a blazing fast, portable, and modular toolkit for Ethereum application development written in Rust.

RISE is fully EVM compatible, so you can use Foundry with minimal configuration changes.

## Quick Links

<Cards>
  <Card title="Get Started" href="/docs/builders/smart-contracts/foundry/get-started" description="Install Foundry and create a new project" />

  <Card title="Compiling Contracts" href="/docs/builders/smart-contracts/foundry/compiling" description="Compile your smart contracts" />

  <Card title="Testing Contracts" href="/docs/builders/smart-contracts/foundry/testing" description="Write and run tests" />

  <Card title="Deploying Contracts" href="/docs/builders/smart-contracts/foundry/deploying" description="Deploy to RISE Testnet" />

  <Card title="Verifying Contracts" href="/docs/builders/smart-contracts/foundry/verifying" description="Verify contracts on the explorer" />
</Cards>
