Ethereum smart contract builder

Content Type: Module
Categories: Import/Export

Overview

Allows you to use the blockchain of ethereum by displaying the function of your smart contract in mendix.

Documentation

Create your smart contract. you can do with remix ethereum (https://remix.ethereum.org/). 

Install your software cryptocurrency wallet to interact with the Ethereum blockchain (or a ethereum test blockchain like goerli). I suggest you to use metamask (https://metamask.io/).

don’t forget to allow metamask to access your app by connecting your account to the app (localhost8080 if you are testing in local). 

You also need to had that line of code in your index.html file (in the theme folder) : 

 

Then you just have to put your smart contract address, and your abi in the two text box displayed in your screen. click on save button, and that’s it!

Releases

Version: 1.1.1
Framework Version: 8.17.0
Release Notes: renamed the module
Version: 1.0.0
Framework Version: 8.17.0
Release Notes: The current version of the module will only load functions of your smart contract that aren't writing inside the blockchain, and with no parameter