Ubiq
  • Odin
  • The Basics
    • An introduction to Ubiq
    • Nucleus
    • Monetary Policy
      • Historical MP (Pre-Orion)
    • Social Media
    • FAQ
  • Wallets
    • Official Wallets
    • Third Party Wallets
    • Hardware Wallets
  • User Guides
    • Trezor
    • Ledger
    • MetaMask
    • Single-Board Nodes
    • Deploy an ERC-20
  • Governance
    • The Escher System
      • ESCH Airdrop Overview
      • ESCH Airdrop Details
    • UIPs
      • Historical Votes
      • UIP Template
  • Infrastructure & Utilities
    • Mining
      • Proof of Work
      • How to mine UBQ
      • Miner Software
      • Solo Mining vs. Pool Mining
      • Mining Pools
    • Nodes
      • gubiq
      • The Network Statistics Page
      • static-nodes.json
    • Block Explorer
  • Developer Portal
    • Github Repositories
    • Octano d0x
    • Supply API
    • Remix IDE
    • Solidity
  • DAPPS
    • Enmaku
    • NFT's
      • CHIMP
      • GB89
      • nCeption
      • token.gallery
    • Redshift
    • Shinobi
  • Terminology
    • Glossary
  • Branding Resources
    • Conventions
    • Chromatics
    • Font
    • InfoGraphics
Powered by GitBook
On this page

Was this helpful?

  1. Developer Portal

Solidity

As an EVM, contracts on Ubiq are written in Solidity.

PreviousRemix IDENextEnmaku

Last updated 4 years ago

Was this helpful?

"Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state."

If you are coder looking to deploy contracts on the Ubiq network, becoming familiar with Solidity is a must. Inherited from the wider Ethereum environment, Solidity is the basis on which all contract code is created for Ubiq.

You can learn about about Solidity from their official documentation .

If you are just starting out and looking for a Solidity resource that is approachable for beginner's level understanding, you may find the course by Loom to be a good place to start.

HERE
CryptoZombies