An LLM-powered chat to simplify your wallet interactions with a unique credit system.
-
Install dependencies:
pnpm install
-
Compile the contracts:
npx hardhat compile
-
Run tests:
forge test -
Deploy contracts:
npx hardhat deploy --network <network-name>
Replace
<network-name>with the desired network (e.g., localhost, goerli, mainnet).
-
Navigate to the app directory:
cd app -
Install dependencies:
pnpm install
-
Run the development server:
pnpm run dev
-
Open http://localhost:3000 with your browser to see the result.
Run the test suite using Forge:
forge testFor more detailed output, you can use:
forge test --vvvv