This is a test project built upon NextJS
Add .env.local file with your Alchemy API key:
NEXT_PUBLIC_ALCHEMY_API_KEY=<your_api_key>
Install the dependencies
npm iRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
To run tests:
npm run test