fomopad
Docs / Running it

Run it locally

A full pad on anvil in three commands.

Commands

terminal
pnpm install
pnpm chain          # anvil, base fee 0, in one terminal
pnpm setup:local    # deploys the pad, launches 22 tokens, trades them, exports ABIs
pnpm dev            # http://localhost:3000

What you get

A MockPoolManager stands in for Uniswap (anvil has none). It reproduces the unlock/settle/take discipline, full-range liquidity with the real SqrtPriceMath, and the storage layout StateLibrary reads, so graduation and pool trading can be clicked through locally. The deploy launches a token on every star in the research set, walks each through a few trades from three accounts, and graduates two of them.

The dev wallet

On chain 31337 the connect menu offers anvil account #0, signed by the node itself. Real transactions against real contracts, no extension needed. The connector does not exist on any other chain.