Running Examples
Last updated
Last updated
You can find all the example contracts and their deployments .
Running deployment scripts in localhost
network will deploy new scripty contracts and its dependencies.
If you run the scripts in georli
network, they will use existing deployed contracts and some of the already stored JS won't be submitted to the network.
localhost
environmentBefore running the examples, you will need to kick off a hardhat local node. This will fork the mainnet.
You need to keep the node alive while running the examples.
Then, simply run example's deployment script:
goerli
environmentSimply run example's deployment script: