blockmatic / basilic-evm

FullStack EVM Project Starter with 0x, Codex and Alchemy hooks
MIT License
10 stars 0 forks source link

BasilicEVM: Modern EVM Development Stack

image

Overview

BasilicEVM is a comprehensive development stack designed for building modern, performant, and scalable EVM-based applications. It combines cutting-edge web technologies with robust blockchain integration, providing developers with a powerful toolkit for creating decentralized applications (dApps) and DeFi platforms. Leveraging the best and fastest development tools, BasilicEVM ensures a smooth and efficient development process, enabling teams to focus on building innovative Web3 products.

Features

The BasilicEVM Stack

At its core, the BasilicEVM Stack leverages:

Project Structure

For detailed information on each component, please refer to their respective README files.

Applications

Packages

Services

Tooling

Hardhat (/hardhat)

Contains configurations and scripts for smart contract development, testing, and deployment. More details

Development Conventions and AI Workflow

We leverage various AI-powered tools to enhance development speed and efficiency:

  1. Cursor.so AI Editor: Our primary code editor for AI-assisted development. Our code style guidelines are detailed in the .cursorrules file. It is crucial that all team members read and understand these conventions to maintain consistency and efficiency in our development process.

    Key Cursor.so commands:

    • Prompt an edit: Highlight code and press Cmd+K
    • Accept autocomplete: Press Tab when a suggestion appears
    • Ask a question: Use Cmd+L to open chat, @ to import files/docs
    • Focus AI on code: Highlight code and press Cmd+Shift+L

    For more features, visit cursor.sh/features. For support, post on forum.cursor.sh.

    We recommend using the Claude Sonnet API key in Cursor settings, as this model has shown superiority when dealing with code.

  2. v0.dev: We use this tool to rapidly generate markup for components, streamlining UI development.

  3. postgres.new: This tool assists in database work, allowing for quick schema design and query testing.

These AI-powered tools significantly accelerate our development process, enabling us to focus more on core functionality and complex problem-solving.

Installation

  1. Install Bun globally:

    curl -fsSL https://bun.sh/install | bash
  2. Clone the repository:

    git clone https://github.com/your-username/basilic-eth.git
    cd basilic-eth
  3. Install dependencies and start the development server:

    bun install
    bun dev

This setup provides a faster JavaScript runtime and efficient package management for enhanced development efficiency.

Key Benefits

BasilicEVM provides a state-of-the-art architecture, carefully curated tech stack, and industry-leading patterns and practices, allowing developers to:

  1. Focus on Features: By providing a robust, pre-configured development environment, BasilicEVM enables teams to concentrate on building unique features and business logic rather than setting up infrastructure.

  2. Reduce Time to Market: With its optimized toolchain and ready-to-use components, BasilicEVM significantly accelerates the development process, helping projects launch faster and iterate more quickly.

  3. Ensure Best Practices: The stack incorporates established best practices for EVM development, security, and performance, reducing the risk of common pitfalls and vulnerabilities.

  4. Scale Efficiently: The modular architecture and performance-optimized tools allow applications to scale seamlessly as user bases grow.

  5. Maintain Consistency: Shared configurations and standardized patterns across the monorepo ensure code consistency and ease of maintenance.

By leveraging BasilicEVM, development teams can bypass the time-consuming process of assembling and integrating a modern Web3 stack, instead diving directly into creating innovative blockchain-based solutions with confidence.

References

Contributing

We welcome contributions from the community. Whether it's code contributions, feedback, or suggestions, your input is valuable to us.

License

This project is licensed under the MIT License.