Ethcode docs
  • Introduction
  • Installation
    • How to install?
  • Configurations
    • Extension Settings
    • Set transaction gas strategy
  • How to Use?
    • Account
    • Initialize Ethcode
    • Compiling contracts
    • Add ABI into Ethcode
    • Deploy contract to network
    • Calling contracts
    • Create rental NFT
  • API Documentation
    • Getting started with extension API
    • wallet
    • contract
    • provider
    • events
    • status
  • Help and support
    • Support
Powered by GitBook
On this page
  1. How to Use?

Deploy contract to network

PreviousAdd ABI into EthcodeNextCalling contracts

Last updated 2 years ago

A smart contract must be deployed to the network to make it available to the end users. To deploy a smart contract you send a transaction containing the compiled code of the smart contract without specifying any recipient.

Deploy using Ethcode

  1. Ethcode: Deploy contract - command used to deploy the selected contract on the network.

2. Paste the newly deployed contract address in your projectName/artifacts/<ContractName>.sol/ContractName_deployed_address.json file.

If you facing transaction failure during contract deployment please refer page mentioned below.

Set transaction gas strategy
deploy contact command
contract deployed
deployed_address