Firstly prepare all parts of dapp-evm by installing dependencies and building
yarn # install base dependencies
yarn deps # install dependencies in subdirectories
yarn build # build items in subdirectories Secondly start the environment
yarn local-env:start # start agoric and axelar chains
yarn deploy:contracts # deploy contracts on agoricNext start the UI for use
yarn start:uiNext start the relayer. this will boot up an ethereum chain and start relaying between Agoric <=> EVM using Axelar
yarn local-env:relay