Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 480 Bytes

Cannon | Router Architecture Example

Minimal example for having a Cannon project with a Router contract.

Getting Started

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>