# Quick Start (/docs/builders/quick-start)

RISE is fully EVM compatible. You can use your existing Ethereum development tools and workflows with minimal configuration changes.

## Smart Contracts

Learn how to create a new smart contract project, compile your contracts, and deploy them to RISE.

<Cards>
  <Card icon={<Globe className="text-(--rise-purple)" />} title="Remix IDE" href="/docs/builders/smart-contracts/remix" description="Deploy contracts on RISE using Remix IDE" />

  <Card icon={<HardHat className="text-(--rise-purple)" />} title="Hardhat" href="/docs/builders/smart-contracts/hardhat" description="Set up Hardhat for smart contract development on RISE" />

  <Card icon={<Wrench className="text-(--rise-purple)" />} title="Foundry" href="/docs/builders/smart-contracts/foundry" description="Set up Foundry for smart contract development on RISE" />
</Cards>

## Applications

Learn how to build frontend applications to interact with smart contracts on RISE.

<Cards>
  <Card icon={<Zap className="text-(--rise-purple)" />} title="Viem" href="/docs/builders/frontend/viem" description="Build apps using Viem" />

  <Card icon={<Zap className="text-(--rise-purple)" />} title="Ethers.js" href="/docs/builders/frontend/ethers" description="Build apps using Ethers.js" />
</Cards>
