simple-arbitrage icon indicating copy to clipboard operation
simple-arbitrage copied to clipboard

About "npm run start"

Open ozgurk78 opened this issue 3 years ago • 3 comments

Hello

How should I run the part below?

For example, should I type the Private Key on the command line? Or should I write it in Index.js?

$ PRIVATE_KEY=PRIVATE_KEY_FROM_ABOVE
BUNDLE_EXECUTOR_ADDRESS=DEPLOYED_ADDRESS_FROM_ABOVE
FLASHBOTS_RELAY_SIGNING_KEY=RANDOM_ETHEREUM_PRIVATE_KEY
npm run start


ozgurk78 avatar May 29 '21 13:05 ozgurk78

You should run the commands in the terminal, then run 'npm run start'

angelo-di-marzio avatar Jun 01 '21 20:06 angelo-di-marzio

You can use "dotenv" which allows us to use configuration files

DaggerToothCaster avatar Jul 08 '21 07:07 DaggerToothCaster

Hello, I keep running this in the terminal and I get these errors. please help. Screenshot 2022-05-06 160959

Nirvs1 avatar May 06 '22 15:05 Nirvs1