AKB Wiki
  • AstraKode Wiki
    • Getting Started
    • Network Composer
      • Technologies
        • Hyperledger Fabric
      • Components
        • Certificate Authority
        • Channel
        • Consortium
        • Orderer
        • Ordering Service
        • Organization
        • Peer
    • Smart Contract IDE
      • Technologies
        • Ethereum
          • Components
            • Contracts
            • Data Entities
            • Elements
            • Events
            • Functions
            • Imports
            • Mapping
            • Modifiers
            • Natural Language Metadata
            • Operations
        • Hyperledger Fabric
          • Components
            • Asset Definition
            • Contracts
            • Data Entities
            • Elements
            • Functions
            • Operations
    • FAQs
    • Video Demos
    • Support
  • Release Notes
  • Contacts
Powered by GitBook
On this page
  1. AstraKode Wiki
  2. Smart Contract IDE

Technologies

This page details the technologies that can be used in the smart contract IDE

PreviousSmart Contract IDENextEthereum

Last updated 1 year ago

  • , pragma solidity >=0.4.25 <0.9.0

  • version 2.2.0

You can switch Fabric version after downloading the source code. Go to the configuration files named configParams.sh (you have one for each organization you have added).

As you can see the variable NODE_IMAGETAG is set on 2.2.0.

Note: since each organization can contain one or more nodes, you will find in the configParams.sh files as many NODE_IMAGETAG as there are nodes. You can change the binaries for just one node in the organization or for as many as you like.

To switch version just change that number by hand as many times as you have configParams.sh files.

Ethereum
Hyperledger Fabric