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.
Creating and compiling Smart Contracts: Create and compile sources in the Remix IDE
ABI and BYTECODE Extraction: Extracting contract artifact information (ABI, Bytecode) using Remix IDE
ChainZ API Service
Deploy Smart Contracts using ChainZ API Service and search the results.
CONTRACT ARTIFACT information registration and search: Registering and searching information using the Contract API
ACCOUNT creation and search: Registering and searching by using the Account API
SMART CONTRACT deployment and search: Deploying and searching by using the Transaction API
Last updated