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

Truffle

PreviousWeb3JSNextBlock-Chain Details

Last updated 2 years ago

Overview

A world class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier. With Truffle, you get:

  • Built-in smart contract compilation, linking, deployment and binary management.

  • Advanced debugging with breakpoints, variable analysis, and step functionality.

  • Deployments and transactions through MetaMask to protect your mnemonic.

  • External script runner that executes scripts within a Truffle environment.

  • Interactive console for direct contract communication.

  • Automated contract testing for rapid development.

  • Scriptable, extensible deployment & migrations framework.

  • Network management for deploying to any number of public & private networks.

  • Package management with NPM, using the standard.

  • Configurable build pipeline with support for tight integration.

ERC190
Truffle Logo