Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 781 Bytes

SMART_CONTRACT_DEPLOY.md

File metadata and controls

32 lines (17 loc) · 781 Bytes

Smart Contract Deploy

STEP 1. Using Remix to compile the smart contract to bytecode

We use the QCNS.sol and QCNSRegistry.sol for deploy.

remix

STEP 2. Copy the bytecode to the Quarkchain Contract

bytecode

STEP 3. Deploy to the Quarkchain testnet

Paste the bytecode to the "Byte Code" column.

deploy

STEP 4. Click Send Transaction

Use the MetaMask to sign the transaction and click the button to send the transaction

send

STEP 5. Check the transaction assoctiate with the smart contract

check

STEP 6. View the transaction hash for more detail

view