Skip to content

Repository files navigation

_Walln

Walln

An LLM-powered chat to simplify your wallet interactions with a unique credit system.

How to run

Smart Contracts

  1. Install dependencies:

    pnpm install
  2. Compile the contracts:

    npx hardhat compile
  3. Run tests:

    forge test
  4. Deploy contracts:

    npx hardhat deploy --network <network-name>

    Replace <network-name> with the desired network (e.g., localhost, goerli, mainnet).

Frontend App

  1. Navigate to the app directory:

    cd app
  2. Install dependencies:

    pnpm install
  3. Run the development server:

    pnpm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Testing

Smart Contracts

Run the test suite using Forge:

forge test

For more detailed output, you can use:

forge test --vvvv

About

An LLM-powered chat to simplify your wallet interactions with a unique credit system.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages