commons-stack / ABCswap

GNU Affero General Public License v3.0
0 stars 1 forks source link

Turmeric Template

This template provides a minimal setup to get Foundry woriking with Vite and React. It includes:

Prerequisites

Getting Started

  1. Clone this repository and cd into it
  2. Install dependencies with bun install
  3. Start the development chain and hot-reload frontend with bun dev
  4. Optional: bun send-eth <your-address> to send 1 ETH to your account in the development chain
  5. Open http://localhost:3000 in your browser and connect to the wallet

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },