React front end application for interacting with Seamless Protocol.
Create .env.production file and copy content from .env.production.sample file.
Don't forget to add your VITE_BASE_WALLET_PROJECT_ID
npm run build
npm run preview
(after building it)Create .env.development file and copy content from .env.development.sample file.
Don't forget to add your VITE_BASE_WALLET_PROJECT_ID
npm run dev
easy to find icons: https://icon-sets.iconify.design/
test_env
inside of a cypress.config to anvil
npm run anvil
npx cypress open
btw you don't have to kill anvil, it will be killed by next npm run anvil if you want to to kill anvil run:
pkill -f anvil
test_env
empty or tenderly
npx cypress open