Skip to content

Latest commit

 

History

History

router-architecture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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>