Deploying Smart Contracts

This page describes how to compile the Smart Contract that you created, extract artifacts, and deploy and search the Smart Contract using the API Service.

Smart Contract Deployment Procedure

From creating a smart contract to search the deployed results, proceed with the following procedure.

Remix(Ethereum IDE)

Perform preliminary work for compiling and deploying Smart Contracts using Remix, the Ethereum IDE.

What is artifact information and why is it needed?

Artifact is the build information that is created after compiling a Smart Contract. Artifact is required for contract deployment and transaction creation/search (Link to Reference).

ChainZ API Service

Deploy Smart Contracts using ChainZ API Service and search the results.

Last updated