ganache-cli --deterministic
Install, compile, deploy:
npm install
npx openzeppelin compile
npx openzeppelin create
Generate mnemonic:
npx mnemonics
Save the output to .env:
MNEMONIC="..here to the mnemonic words"
Follow the manual for deployment. Network is configured in networks.js already, if you have the corrent mnemonics.