Accelchain
  • About
    • Our Story
    • Vision and Future
    • Platform
    • Community and Revolution
  • Platform
    • Dashboard
    • Integrated Development Environment (IDE)
    • Account Management
    • Networks
  • Getting Started
    • Wallet Setup
    • Test Tokens / Faucets
  • Design
    • Build using Modules
    • Build using AI
    • Edit/Customise Smart Contracts
  • Test
    • Compilation
    • Manual Validation
    • Automated Validation
  • Audit
    • Symbolic Execution
    • AI Static Analysis
  • Deploy
  • Resources
Powered by GitBook
On this page
  1. Test

Manual Validation

Accelchain offers manual validation capabilities similar to Remix IDE, enabling developers to interact with a blockchain instance of the deployed contract for meticulous testing. By clicking 'run' in the Accelchain IDE, users access a blockchain environment where they can call functions, examine existing storage variable values, and observe changes in values implemented through function calls.

Function Execution:

  • Constant/pure functions can be executed without creating new transactions, providing values stored in the contract.

  • Non-payable functions create transactions without Ether acceptance, incurring gas costs.

  • Payable functions enable transactions that accept a specified value.

Input Parameters:

  • String parameters do not require wrapping, and valid inputs are separated by commas.

PreviousCompilationNextAutomated Validation

Last updated 1 year ago