Whitechain
  • General
    • Getting Started
    • Background & Vision
    • Architecture
    • Wallet Configuration
  • $WBT
    • Getting $WBT
    • Testnet Faucet
  • Smart Contracts
    • Smart Contracts Deployment
    • ✅Smart Contracts Verification
    • Proxy Contract Verification
  • Run a Node
    • Mainnet Node
  • WB Soul
    • 💎WB Soul Ecosystem
      • WB Soul Ecosystem Implementation
      • WB Soul Explained
      • WB Soul Features
    • SoulDrop
      • The Dynamic Rewards Mechanism: How It Works
      • Table with Period Reward Percentage for Each Level
      • Reward Calculation and Full Holding Periods
    • SoulDrop: User Manual
Powered by GitBook
On this page
  1. Smart Contracts

Smart Contracts Deployment

PreviousTestnet FaucetNextSmart Contracts Verification

Last updated 1 year ago

General Info

Since Whitechain is implemented using Geth, deploying contracts on the Whitechain network is no different from deploying contracts on the Ethereum network. We support all the same tools that are relevant in Ethereum.

The latest stable version of Solidity supported on Whitechain is 0.8.19. We recommend using newer versions at your discretion.

You can deploy contracts using the tools you are familiar with, such as Hardhat, Truffle, or Remix IDE.

We have also made the contract verification process familiar to users: in the Whitechain explorer, you can verify your smart or proxy contracts as usual.

Remix IDE
Hardhat
Truffle
Page cover image