Basilic Evm

screenshot of Basilic Evm
nextjs
react
supabase

BasilicEVM is a full-stack, monorepo starter kit for building Ethereum-compatible dApps with Foundry, Next.js, viem/wagmi, Supabase, and Ponder indexing.

Overview

The Basilic EVM is an innovative full-stack, monorepo starter kit designed specifically for developers looking to create Ethereum-compatible decentralized applications (dApps). By providing a robust ecosystem that incorporates Foundry, Next.js, viem/wagmi, Supabase, and Ponder indexing, it streamlines the development process, enabling both new and experienced developers to harness the power of Ethereum technology effectively.

This toolkit aims to simplify the complexities often associated with blockchain development, offering a cohesive environment that promotes best practices and efficiency. Its combination of tools and frameworks allows for rapid prototyping and deployment, making it a valuable asset for anyone interested in diving into the world of dApps.

Features

  • Full-stack Integration: Seamlessly integrates Foundry for smart contract development with Next.js for building responsive web interfaces.
  • Monorepo Structure: Organizes the entire project within a single repository, making it easier to manage dependencies and collaborate with teams.
  • Ethereum Compatibility: Built to support Ethereum-based development, ensuring that your dApp can easily leverage Ethereum’s blockchain capabilities.
  • Powerful Indexing: Utilizes Ponder indexing for efficient data retrieval, enabling real-time interactions within your dApp.
  • User-Friendly Setup: Quick and straightforward setup process, allowing developers to focus on building rather than configuring tools.
  • Support for Modern Libraries: Incorporates viem/wagmi for robust state management and seamless interactions with Ethereum, catering to modern development workflows.
  • Supabase Integration: Provides a powerful backend with Supabase, ensuring that developers can handle authentication, database, and storage needs without hassle.
  • Rich Documentation: Offers comprehensive documentation and tutorials to help users navigate through the setup and development processes smoothly.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.