Back to All

Errors when following create-an-erc-20-token-4-steps

I was following https://docs.alchemy.com/docs/how-to-create-an-erc-20-token-4-steps

On step4, after running "npx hardhat run scripts/deploy.js --network goerli", it asked "What do you want to do? …" and I chose "Create an empty hardhat.config.js". Then I run "npx hardhat run scripts/deploy.js --network goerli" again and got an error "Error HH100: Network goerli doesn't exist"

ReadMe