To duplicate, fork this repo, set up local repo on your machine and inside your copy run:
npx nest new
naming the folderbackend-nest
and selectingnpm
as package manager to create nest folder wih APIs and controllers, inside backend-nest runnpm install --save @nestjs/swagger
to get swagger, as well asdotenv
andethers
npm create-web3-dapp@latest
to make alchemy folder withindex.ts
- name itfrontend-alchemy
, a Boilerplates dapp with Typescript, Ethereum, Hardhat and your API key- Make sure to delete any
.git
folders from inside either ofbackend-nest
orfrontend-alchemy
- Then, once everyone has duplicated we can push a working repo to the main branch in Encode-Solidity-...-Group-4, and we can update our GH and local branches as necessary



