Minimal example for having a Cannon project with a Router contract.
First, make sure to have cannon installed:
npm i -g @usecannon/cli
Then, you can build locally the cannonfile just running:
cannon build
Or, deploy it to a live network, like so:
cannon build --chain-id 10 --private-key <0xPRIVATE_KEY>