Deploying a Contract
Last updated
Last updated
Tutorials
In general, you can choose almost any development environment you wish as they all have their own benefits. A few of the most used environments are shown below. Using the , you can change the network to Abogida and deploy a Hello World contract.
Following the , also how to configure Hardhat to ABOGIDA.
For ABOGIDA network Config, you have to export an object from hardhat.config.js
The networks
config field an optional object where network names map to their configuration.
There are two kinds of networks in Hardhat: based networks, and the built-in Hardhat Network.
You can customize which network is used by default when running Hardhat by setting the config's defaultNetwork
field. If you omit this config, its default value is "hardhat"
.
shows how to deploy a DApp to the test network. It can be adapted to the Abogida network with a few minor tweaks.
For Abogida, edit the truffle.js file to the following:
Run the Truffle deployment to ABOGIDA.