Build on WEMIX

Getting started with WEMIX3.0 development

Here, the step-by-step guide will cover many areas of WEMIX3.0 development and help you get started.

You can only participate in the WEMIX3.0 blockchain with agreement of the consent of Authority members who have been previously approved as a Stake Base Proof of Authority (SPoA). Also, you must stake a certain amount to participate as an Authority member. Leader election among Authority members is elected by the Reliable and Fault Tolerant (RAFT) algorithm. For more information, please refer to Consensus.
Yes. Anyone can participate by installing a blockchain node. If you want to serve as a WEMIX3.0 network endpoint, you can join a node by installing an End Node (EN). For more information about installing End Node (EN) for node participation, please refer to Install Guide.
Yes. Smart contracts running on the WEMIX3.0 blockchain are implemented in Ethereum-based solidity languages. Due to the use of solidity, a Turing full-formed computer language, there are no restrictions on the logic you want to implement, because it has almost similar grammar to JavaScript, and a high degree of freedom in programming is given. For instructions on how to use it, please refer to Smart Contract.