This is the Alchemy Ethereum Developer Bootcamp Week 3 project.
The starter code and assignment are available here.
I migrated it to Next.js, bootstrapped with create-next-app
.
Most prominent technologies used:
- Clone this repo, and cd into it in your terminal:
git clone https://github.com/davidde/ethblox cd ethblox
- First, install the project's packages:
npm install # or yarn install # or pnpm install # or bun install
- Then, start the development server:
This will start the Next.js development server on port 3005 (set in
npm run dev # or yarn dev # or pnpm dev # or bun dev
package.json > scripts > dev
), so open http://localhost:3005 in the browser to see the result.