How To Deploy Contract

Deploy your contract to our network:

- Go to URL: https://docs.openzeppelin.com/contracts/4.x/wizard

- Choose ERC20 > Choose your token name, symbol, premint amount

- Click on Open in Remix

  • Make sure your metamask connect to Bulldoge Testnet network

  • Navigate to the compiler page and select the compile button (the blue button).

  • Go to the Deploy page, choose the environment to Inject Provider – Metamask and connect the account you want to use to deploy.

  • Click Deploy and pay gas fee for contract deployment

  • Select transaction in metamask menu and click view on block explorer

  • You have successfully generated token

Last updated