DynoChain
  • Dyno
    • Dyno
    • Wallet Support
      • DYNO Wallet
    • Tutorial's
    • FAQ
      • Token
      • Contributing
  • DYNODAO
    • DYNO Wallet
  • DYNO Concept's
    • Consensus
    • The File
  • DYNO Ecosystem
    • Validator
    • Staking
    • Future Development
  • Development on DYNO
    • Key Management
      • Smart Contracts
        • Smart Contract Verification
        • Solidity
      • Remix
        • Website
      • Web3JS
        • Website
      • Truffle
        • Docs
    • Block-Chain Details
      • RPC
    • DND20 Token
      • Issue Token's
    • Wallet Support
    • Deployment
      • Remix
      • Truffle
      • HardHat
  • Links
    • Website (dynochain.io)
    • DynoDAO (dynodao.io)
    • $DynoScan ( Explorer )
    • $DND TestnetScan
    • $DND Faucet
    • Smart Contract Verification
    • Swap
    • GitHub
    • DYNO Wallet
  • Social Network's
    • Telegram
    • Twitter
    • Chain News
    • Discord
    • Reddit
    • Medium
    • Facebook (META)
    • Instagram
Powered by GitBook
On this page
  1. Development on DYNO
  2. Key Management

Smart Contracts

PreviousKey ManagementNextRemix

Last updated 2 years ago

Solidity

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.

Solidity was influenced by C++, Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM).

Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.

With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets.

When deploying contracts, you should use the latest released version of Solidity. This is because breaking changes as well as new features and bug fixes are introduced regularly. We currently use a 0.x version number .

to indicate this fast pace of change
Solidity logo