$ npm i$ npm run build$ npm test$ npm run coverage$ npm run startYou can connect to this RPC server via http://localhost:8545 with chain ID of 31337
In order to successfully fork the mainnet, ALCHEMY_API must be set to a valid URL in the .env file.
ALCHEMY_API="https://eth-mainnet.alchemyapi.io/v2/XXXXXXXXXXXX"
$ npm run forkYou can connect to this RPC server via http://localhost:8545 with chain ID of 1.
In order to successfully deploy to Ropsten, ALCHEMY_API_ROPSTEN must be set to a valid URL in the .env file.
MNEMONIC_TEST_ACCOUNT must be set and the accounts must have some rEth for successful deployments.
ALCHEMY_API="https://eth-ropsten.alchemyapi.io/v2/XXXXXXXXXXXX"
MNEMONIC_TEST_ACCOUNT="seed phrase"