ZPK
Join the Auction
Getting StartedChevronDeploy Smart Contracts

Smart Contract Deployment

Deploy EVM-compatible smart contracts on our substrate-based blockchain:

Smart Contract Deployment

Prerequisites

icon

MetaMask or compatible wallet connected to ZKP testnet

icon

Testnet coins from our faucet

icon

Solidity knowledge for smart contract development

icon

MetaMask or compatible wallet connected to ZKP testnet

icon

Testnet coins from our faucet

icon

Solidity knowledge for smart contract development

Deployment Methods

Option 1: Using Remix IDE

icon

Connect to "Injected Web3" provider

icon

Ensure your wallet is connected to ZKP testnet

icon

Compile your Solidity contract

icon

Deploy using the "Deploy & Run Transactions" tab

icon

Gas fees will be paid in ZKP coins.

icon

Connect to "Injected Web3" provider

icon

Ensure your wallet is connected to ZKP testnet

icon

Compile your Solidity contract

icon

Deploy using the "Deploy & Run Transactions" tab

icon

Gas fees will be paid in ZKP coins.

Option 2: Using Hardhat

// hardhat.config.js
module.exports = {
  networks: {
    zkpTestnet: {
      url: "https://rpc.testnet.zkp.com",
      chainId: 500000,
      accounts: ["YOUR_PRIVATE_KEY"]
    }
  }
};

Option 3: Using Truffle

// hardhat.config.js
module.exports = {
  networks: {
    zkpTestnet: {
      url: "https://rpc.testnet.zkp.com",
      chainId: 500000,
      accounts: ["YOUR_PRIVATE_KEY"]
    }
  }
};
Important Notes

Important Notes

Check

Our substrate blockchain includes an EVM pallet for Ethereum compatibility

Check

Gas calculations may differ slightly from standard Ethereum

Check

ZK Wrapper integration will soon be available for privacy-preserving contracts

Check

Test your contracts thoroughly before mainnet deployment

Keep Exploring Getting Started

You've just scratched the surface — dive deeper into the fundamentals of Zero Knowledge Proof.

Claim Test Coins

Next
Getting Started

Block Explorer

Next
Getting Started

Deploy Smart Contracts

Next
Getting Started

The Proof Behind Champions

Those who compete at the edge of human precision now back the technology that defines digital truth.

Buy Zero Knowledge Proof Coin Before It Hits the Market

Join the Auction
Own the Proof