Here is the proofread version:
Copy .env.example to .env and fill in the variables.
yarn install
yarn test
yarn deployPlace the address of the deployed contract in .env.
To start the Agent, use the following command:
TWITTER_LOGIN=VitalikButerin yarn startYou can check the progress using:
RUN_ID=0 yarn agent-infowhere RUN_ID is the ID returned by the yarn start command.