Non-productive functionality
Centralized market
No configuration available for this module. You can request to create your app with this module, then all assets having non-zero balance will have special asset tile offering deals against one specific asset. This functionality can not be used productively.
Voting
Voting module can be used for showcasing how voting can be done based on blockchain. Configuration must be defined in the configuration file.
If you don't need the voting functionality for your app, just remove "voting" object from your config file (there shouldn't be the word "voting" in your config file at all)
Define voting questions by setting - "id" for each question, we recommend to use "q-1", "q-2", etc - "asset" asset unique id for this question (with sparks of which asset this question can be answered) - "options" for each quesition by setting "id", "address" to which asset sparks must be transferred and amount of "sparks" which will be taken from the user if he votes with this option
Define descriptive text in the "localization" section for each question and option: - use "en-**", "de-**", "es-**", "fr-**" blocks depending on which languages you want to set - "title" - use this parameter to define title for the whole voting section in the app - "<question_id>.title" - use the parameters starting with question id defined in "questions" sections and having "title" after the dot to define the question label - "<question_id>.desc" - use the parameters starting with question id defined in "questions" sections and having "desc" after the dot to define the question description - "<option_id>" - use the parameters equal to option ids defined in "questions" sections to define the option label
Last updated