A starting point for ethers dapps
Installation:
npm install
npm run dev
Testing
This repository comes with Synpress
Please add a env.local file and add PRIVATE_KEY=VALUE to enable synpress automated testing
npm run test
Storybook
This repository follows DDD (Design Driven Development) principles & comes with storybook.
Please use storybook to develop presentational components.
npm run storybook
Sandbox folder
This folder should be eventually thrown away - it's purpose is simply to confirm the Nextjs api routes are working and SWR is configured correctly.
Key Features: