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. Design

Build using Modules

PreviousDesignNextBuild using AI

Last updated 1 year ago

Accelchain simplifies smart contract creation through its built-in modules, offering a versatile range of options tailored for different blockchain functionalities.

New Contract Generation

Accelchain provides a suite of built-in modules catering to various blockchain needs:

  • NFTs: ERC721, ERC721A, ERC1155

  • Tokens: ERC20

  • Specialized Modules: NFT Marketplace, Airdrops, Swaps, DAO, and more.

Customize with Sub-Modules

Each module comes equipped with feature-rich submodules. For instance, the NFT ERC721 module includes a configurable royalty bonus submodule. These submodules are conveniently drag-and-drop configurable on the UI, automatically incorporating the necessary code into the contract.

Built around Stable Openzeppelin Contracts

To ensure both security and comprehensive functionality, Accelchain's modules and submodules leverage stable OpenZeppelin contracts. These contracts are essential imports, providing a secure foundation for smart contract development.

Customization for Specific Projects: While these modules offer powerful out-of-the-box solutions, they may require minor customizations based on the unique requirements of each project. Documentation detailing these customization processes is available to guide developers through the tailored adaptation of modules for specific projects.