demo-dapp-pet-shop is a simple sample example that allows you to deploy the adoption contract to Arbitrum and run its functions.
The contract lives entirely on the targetted chain, and involves no direct interacts from the parent chain; writing, deploying, and interacting with it works just like using a regular contract on Ethereum.
Set the values shown in .env-sample as environmental variables. To copy it into a .env file:
cp .env-sample .envYou'll still need to edit some variables, i.e., PRIVATE_KEY and CHAIN_RPC.
Note that you can also set the environment variables in an .env file in the root of the monorepo, which will be available in all tutorials.
yarn run exec