The exchange interface for the Pinto Protocol: pinto.exchange
# Install packages
yarn
# generate ABI types, build packages and app.
yarn build && yarn app:build# ./app/.env.local
# See ./app/.env.local.example for a full list of available variables
VITE_ALCHEMY_API_KEY=[your alchemy api key] ...# start an anvil fork of Base on chain id 1337
anvil --fork-url <fork rpc url here> --chain-id 1337
# start dev server at http://localhost:2424
yarn app:dev
This project adheres to a Code of Conduct to ensure a welcoming and inclusive environment for all contributors.