All the smart contracts I coded along with Base Learn are publicly available in here.
Remember to create a new .env file according to .env.example.
If you're not a fan of Alchemy, you can use the official RPC URLs from Base or any other the node providers here.
Just replace the environment variables correctly in
.envandindex.d.ts.
npm run deploy -- --tags <TAG>For example, I want to deploy the contract named BasicMath, I use the tag declared in 00_deploy_BasicMath.ts (deployment file):
npm run deploy -- --tags BasicMathnpm run verify